Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
fixes #1645 - Show host's MAC address in host details
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Florian Koch  
View profile  
 More options May 22 2012, 1:10 am
From: Florian Koch <florian.koch1...@googlemail.com>
Date: Tue, 22 May 2012 07:10:11 +0200
Local: Tues, May 22 2012 1:10 am
Subject: [PATCH/foreman 1/1] fixes #1645 - Show host's MAC address in host details

Signed-off-by: Florian Koch <florian.koch1...@googlemail.com>
---
 app/helpers/hosts_helper.rb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/helpers/hosts_helper.rb b/app/helpers/hosts_helper.rb
index 16572e2..ea7ec35 100644
--- a/app/helpers/hosts_helper.rb
+++ b/app/helpers/hosts_helper.rb
@@ -162,6 +162,7 @@ module HostsHelper
     fields = [
       ["Domain", host.domain],
       ["IP Address", host.ip],
+      ["MAC Address", host.mac],
       ["Puppet Environment", host.environment],
       ["Host Architecture", host.arch],
       ["Operating System", host.os],
--
1.7.6.5


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ohadlevy  
View profile  
 More options May 22 2012, 1:47 am
From: ohadlevy <ohadl...@gmail.com>
Date: Mon, 21 May 2012 22:47:33 -0700 (PDT)
Local: Tues, May 22 2012 1:47 am
Subject: Re: fixes #1645 - Show host's MAC address in host details

On May 22, 8:10 am, Florian Koch <florian.koch1...@googlemail.com>
wrote:

+1

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »