Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

432/show vSphere path in VMs show #481

Merged
merged 13 commits into from
Mar 18, 2019
Merged

Conversation

LeonMatthes
Copy link
Contributor

@LeonMatthes LeonMatthes commented Mar 16, 2019

Closes #432, fixes #438 and also closes #477

Copy link
Contributor

@bdaase bdaase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -7,7 +7,13 @@
end %>

<div class="container mb-3 pl-0 pr-0 clearfix">
<h1 class="mb-0"><%= @vm.name unless @vm.nil? %></h1>
<ol class="breadcrumb" aria-label="The Virtual Machines full path">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the positioning on the page 👍

Copy link
Contributor

@chrisma chrisma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice changes overall!

app/models/app_setting.rb Show resolved Hide resolved
@@ -1,5 +1,9 @@
# frozen_string_literal: true

# Part of Ruby stdlib, used for IP regexes
# https://www.rubydoc.info/stdlib/resolv/Resolv
require 'resolv'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of the Ruby stdlib 👍

@chrisma chrisma merged commit 5f70d8f into dev Mar 18, 2019
@chrisma chrisma deleted the 432/Show-vSphere-Path-in-VMs-show branch March 18, 2019 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants