Skip to content

Commit

Permalink
Closes-Bug: #1476754 Incorrect unit for packets in tooltip of links i…
Browse files Browse the repository at this point in the history
…n Monitoring graphs

Change-Id: Iab3d1c5cb38c67525c5e88d49a0aee481941de64
  • Loading branch information
Abhi committed Jul 21, 2015
1 parent f216ad6 commit 8fcd5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/core-utils.js
Expand Up @@ -610,7 +610,7 @@ define([


this.addUnits2Packets = function(traffic, noDecimal, maxPrecision, precision) {
var trafficPrefixes = ['K packets', 'M packets', "B packets", "T packets"],
var trafficPrefixes = ['packets', 'K packets', 'M packets', "B packets", "T packets"],
formatStr = '', decimalDigits = 2, size = 1000;

if (!$.isNumeric(traffic)) {
Expand Down

0 comments on commit 8fcd5eb

Please sign in to comment.