Module: nagvis
Branch: nagvis-1.5
Commit: 4a66bf5733ebf63dc8a48cc9162073b2f5c37ed6
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=4a66bf5733ebf63dc8a48cc9162073b2f5c37ed6

Author: Lars Michelsen <[email protected]>
Date:   Wed Nov 24 14:16:57 2010 +0100

Fixed displaying of MBits for weathermap labels

---

 .../frontend/nagvis-js/js/NagVisStatefulObject.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/js/NagVisStatefulObject.js 
b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
index 39e867d..106d750 100644
--- a/share/frontend/nagvis-js/js/NagVisStatefulObject.js
+++ b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
@@ -644,7 +644,7 @@ var NagVisStatefulObject = NagVisObject.extend({
                        crit /= GB
                } else if(val > MB) {
                        val  /= MB
-                       uom  = 'GB'
+                       uom  = 'MB'
                        crit /= MB
                } else if(val > KB) {
                        val  /= KB


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to