aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/disk.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/disk.php')
-rw-r--r--plugin/disk.php2
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);