Module: nagvis Branch: master Commit: 0d28b3aa7a3e760af6acb7306c2ebcb7cbcf7c4b URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0d28b3aa7a3e760af6acb7306c2ebcb7cbcf7c4b
Author: Lars Michelsen <[email protected]> Date: Fri Sep 17 18:21:51 2010 +0200 The hostname label is now shown for servicegroup hovermenus childs again --- share/server/core/classes/objects/NagVisObject.php | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/share/server/core/classes/objects/NagVisObject.php b/share/server/core/classes/objects/NagVisObject.php index 7218654..92547ec 100644 --- a/share/server/core/classes/objects/NagVisObject.php +++ b/share/server/core/classes/objects/NagVisObject.php @@ -302,9 +302,10 @@ class NagVisObject { NagVisServicegroup::$langChild1 = $this->CORE->getLang()->getText('hostname'); } - $arr['lang_obj_type'] = NagVisServicegroup::$langType; - $arr['lang_name'] = NagVisServicegroup::$langSelf; - $arr['lang_child_name'] = NagVisServicegroup::$langChild; + $arr['lang_obj_type'] = NagVisServicegroup::$langType; + $arr['lang_name'] = NagVisServicegroup::$langSelf; + $arr['lang_child_name'] = NagVisServicegroup::$langChild; + $arr['lang_child_name1'] = NagVisServicegroup::$langChild1; break; case 'map': if(NagVisMapObj::$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
