aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/aggregation.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/aggregation.php')
-rw-r--r--plugin/aggregation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/aggregation.php b/plugin/aggregation.php
index 2a74403..0d28fae 100644
--- a/plugin/aggregation.php
+++ b/plugin/aggregation.php
@@ -15,7 +15,7 @@ switch($pi[0]) {
15 $obj = new Type_GenericStacked($CONFIG, $_GET); 15 $obj = new Type_GenericStacked($CONFIG, $_GET);
16 $obj->data_sources = array('value'); 16 $obj->data_sources = array('value');
17 $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); 17 $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal');
18 $obj->ds_names = array( 18 $obj->legend = array(
19 'idle' => 'Idle', 19 'idle' => 'Idle',
20 'nice' => 'Nice', 20 'nice' => 'Nice',
21 'user' => 'User', 21 'user' => 'User',