X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2F_widget-stats-top-slices.html;h=cb82247a25bf941f9014c5be096b86c18f65c6af;hb=019d01afbccfcee70b4f6d57e8efef64f1ba9f45;hp=178cad2d244043fbf834984c43c011530bfa6c43;hpb=33b8be6fd7245e0902e11137ed16ccbce2afe701;p=unfold.git diff --git a/portal/templates/_widget-stats-top-slices.html b/portal/templates/_widget-stats-top-slices.html index 178cad2d..cb82247a 100644 --- a/portal/templates/_widget-stats-top-slices.html +++ b/portal/templates/_widget-stats-top-slices.html @@ -28,8 +28,8 @@ function drawChart(orderby) { data.addColumn('string', 'Slice'); data.addColumn('number', 'CPU (%)'); data.addColumn('number', 'MEM (%)'); - data.addColumn('number', 'SND (Kb)'); - data.addColumn('number', 'RCV (Kb)'); + data.addColumn('number', 'SND (Kbps)'); + data.addColumn('number', 'RCV (Kbps)'); $.each(ret, function() { result.push([this[0] + " | number of nodes: " + this[1], this[2], this[3], this[4], this[5]]); @@ -63,12 +63,12 @@ function drawChart(orderby) {
-
+