Module: nagvis
Branch: master
Commit: a1bc04f6e1b323b0994be3a2adc28310ba5825c9
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a1bc04f6e1b323b0994be3a2adc28310ba5825c9

Author: Lars Michelsen <[email protected]>
Date:   Sat Oct  2 14:26:59 2010 +0200

#360 Host name label is now displayed correctly in service hover menus

---

 share/server/core/classes/objects/NagVisObject.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/objects/NagVisObject.php 
b/share/server/core/classes/objects/NagVisObject.php
index 8d10387..0461f00 100644
--- a/share/server/core/classes/objects/NagVisObject.php
+++ b/share/server/core/classes/objects/NagVisObject.php
@@ -279,7 +279,7 @@ class NagVisObject {
                                        }
                                        
                                        $arr['lang_obj_type']    = 
NagVisService::$langType;
-                                       $arr['lang_name']        = 
NagVisService::$langSelf;
+                                       $arr['lang_name']        = 
NagVisHost::$langSelf;
                                break;
                                case 'hostgroup':
                                        if(NagVisHostgroup::$langType === null) 
{


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to