aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGraph.js
diff options
context:
space:
mode:
authorVincent Brillault2013-12-16 21:47:09 +0100
committerPim van den Berg2014-01-12 14:35:01 +0100
commit26a26aba952b6ed4c0de9a88295bf9676eaee377 (patch)
treebbf0203f14e78ccaabc47f290cc7b31adc4f0ff1 /js/RrdGraph.js
parentjsrrdgraph: RrdDataFile.js: splitting fetch into fetch & build (diff)
downloadapt-panopticon_cgp-26a26aba952b6ed4c0de9a88295bf9676eaee377.zip
apt-panopticon_cgp-26a26aba952b6ed4c0de9a88295bf9676eaee377.tar.gz
apt-panopticon_cgp-26a26aba952b6ed4c0de9a88295bf9676eaee377.tar.bz2
apt-panopticon_cgp-26a26aba952b6ed4c0de9a88295bf9676eaee377.tar.xz
jsrrdgraph: RrdGraph.js: fix some indentation
Diffstat (limited to 'js/RrdGraph.js')
-rw-r--r--js/RrdGraph.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/RrdGraph.js b/js/RrdGraph.js
index e43fa51..cd422fd 100644
--- a/js/RrdGraph.js
+++ b/js/RrdGraph.js
@@ -1361,10 +1361,10 @@ RrdGraph.prototype.data_fetch = function()
1361 } 1361 }
1362 /* lets see if the required data source is really there */ 1362 /* lets see if the required data source is really there */
1363 for (var ii = 0; ii < this.gdes[i].ds_cnt; ii++) { 1363 for (var ii = 0; ii < this.gdes[i].ds_cnt; ii++) {
1364 if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) { 1364 if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) {
1365 this.gdes[i].ds = ii; 1365 this.gdes[i].ds = ii;
1366 break; 1366 break;
1367 } 1367 }
1368 } 1368 }
1369 1369
1370 if (this.gdes[i].ds === -1) 1370 if (this.gdes[i].ds === -1)