diff options
author | Pim van den Berg | 2014-05-03 18:15:12 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-05-03 19:21:36 +0200 |
commit | edae75c21a8f657dd6cc9ace9e8e844ef337a951 (patch) | |
tree | da0c2b4a1ef35a3d2d8c129925e257f6a6f7fbe3 /plugin/disk.php | |
parent | type/base: set default values for rrd_title and rrd_format (diff) | |
download | apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.zip apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.gz apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.bz2 apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.xz |
rename ds_names and dsname to legend
This had nothing to do with an RRD data source.
Diffstat (limited to 'plugin/disk.php')
-rw-r--r-- | plugin/disk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/disk.php b/plugin/disk.php index 27a4acd..28f5eac 100644 --- a/plugin/disk.php +++ b/plugin/disk.php | |||
@@ -14,7 +14,7 @@ require_once 'type/GenericIO.class.php'; | |||
14 | 14 | ||
15 | $obj = new Type_GenericIO($CONFIG, $_GET); | 15 | $obj = new Type_GenericIO($CONFIG, $_GET); |
16 | $obj->data_sources = array('read', 'write'); | 16 | $obj->data_sources = array('read', 'write'); |
17 | $obj->ds_names = array( | 17 | $obj->legend = array( |
18 | 'read' => 'Read', | 18 | 'read' => 'Read', |
19 | 'write' => 'Written', | 19 | 'write' => 'Written', |
20 | ); | 20 | ); |