diff options
author | Vincent Brillault | 2013-12-16 21:47:09 +0100 |
---|---|---|
committer | Pim van den Berg | 2014-01-12 14:35:01 +0100 |
commit | 26a26aba952b6ed4c0de9a88295bf9676eaee377 (patch) | |
tree | bbf0203f14e78ccaabc47f290cc7b31adc4f0ff1 /js/RrdGraph.js | |
parent | jsrrdgraph: RrdDataFile.js: splitting fetch into fetch & build (diff) | |
download | apt-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 '')
-rw-r--r-- | js/RrdGraph.js | 8 |
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) |