Author: Lars Michelsen <[email protected]>
Date: Mon May 23 13:37:58 2011 +0200
Committer: Lars Michelsen <[email protected]>
Commit-Date: Mon May 23 13:37:58 2011 +0200
Bugfix: Added missing controls to services which are displayed as gadgets
---
ChangeLog | 5 +++++
share/frontend/nagvis-js/js/NagVisObject.js | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ec57ff7..baad877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1.6b2
+
+Frontend
+ * Bugfix: Added missing controls to services which are displayed as gadgets
+
1.6b1
Core
diff --git a/share/frontend/nagvis-js/js/NagVisObject.js
b/share/frontend/nagvis-js/js/NagVisObject.js
index 4b458e4..37e96a0 100644
--- a/share/frontend/nagvis-js/js/NagVisObject.js
+++ b/share/frontend/nagvis-js/js/NagVisObject.js
@@ -792,7 +792,7 @@ var NagVisObject = Base.extend({
if(this.conf.view_type === 'line' || this.conf.type === 'line')
this.parseLineControls();
- else if(this.conf.view_type === 'icon')
+ else if(this.conf.view_type === 'icon' || this.conf.view_type ===
'gadget')
this.parseIconControls();
else if(this.conf.type === 'textbox')
this.parseBoxControls();
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins