You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/25 17:30:16 UTC

[05/20] incubator-trafficcontrol git commit: Add TM2 cache capacity to GUI

Add TM2 cache capacity to GUI


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/9c6dbea1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/9c6dbea1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/9c6dbea1

Branch: refs/heads/master
Commit: 9c6dbea102b90d3a1686132556577bd317394814
Parents: cef0859
Author: Robert Butts <ro...@gmail.com>
Authored: Wed Jan 18 08:45:20 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Wed Jan 25 10:29:46 2017 -0700

----------------------------------------------------------------------
 traffic_monitor/experimental/traffic_monitor/static/index.html | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/9c6dbea1/traffic_monitor/experimental/traffic_monitor/static/index.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/static/index.html b/traffic_monitor/experimental/traffic_monitor/static/index.html
index 0ed337e..66cd03b 100644
--- a/traffic_monitor/experimental/traffic_monitor/static/index.html
+++ b/traffic_monitor/experimental/traffic_monitor/static/index.html
@@ -324,7 +324,6 @@ under the License.
 						 var kbps = (jdata[server].bandwidth_kbps / kilobitsInMegabit).toFixed(2);
 						 var max = numberStrWithCommas((jdata[server].bandwidth_capacity_kbps / kilobitsInMegabit).toFixed(0));
 						 document.getElementById("cache-states-" + server + "-bandwidth").textContent = '' + kbps + ' / ' + max;
-
 					 } else {
 						 document.getElementById("cache-states-" + server + "-bandwidth").textContent = "N/A";
 					 }