diff options
author | Josh Blum | 2013-09-15 23:18:24 -0700 |
---|---|---|
committer | Josh Blum | 2013-09-15 23:18:24 -0700 |
commit | dda8032dfb75b61256144e3f90701925f52c0fc2 (patch) | |
tree | 03967637a96ef788fa3614916e8cb4c8afbd0ec8 /query/chart_global_counters.js | |
parent | 4f50f9d0c52b1efd09d1f7ed7aadbfef94949eb2 (diff) | |
download | sandhi-dda8032dfb75b61256144e3f90701925f52c0fc2.tar.gz sandhi-dda8032dfb75b61256144e3f90701925f52c0fc2.tar.bz2 sandhi-dda8032dfb75b61256144e3f90701925f52c0fc2.zip |
gras: added topology display to the webgui
Diffstat (limited to 'query/chart_global_counters.js')
-rw-r--r-- | query/chart_global_counters.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/query/chart_global_counters.js b/query/chart_global_counters.js index 500de32..0c4c683 100644 --- a/query/chart_global_counters.js +++ b/query/chart_global_counters.js @@ -10,7 +10,7 @@ function GrasChartGlobalCounts(args, panel) //settings this.div = $('<div />').attr({class:'chart_total_counts'}); $(panel).append(this.div); - this.title = "Global Counters" + this.title = "Global Counters"; this.counts_ul = $('<ul />'); this.div.append(this.counts_ul); |