aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/cpu.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cpu.php')
-rw-r--r--plugin/cpu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cpu.php b/plugin/cpu.php
index 76914a7..2965c9e 100644
--- a/plugin/cpu.php
+++ b/plugin/cpu.php
@@ -19,7 +19,7 @@ require_once 'type/GenericStacked.class.php';
19$obj = new Type_GenericStacked($CONFIG, $_GET); 19$obj = new Type_GenericStacked($CONFIG, $_GET);
20$obj->data_sources = array('value'); 20$obj->data_sources = array('value');
21$obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); 21$obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal');
22$obj->ds_names = array( 22$obj->legend = array(
23 'idle' => 'Idle', 23 'idle' => 'Idle',
24 'nice' => 'Nice', 24 'nice' => 'Nice',
25 'user' => 'User', 25 'user' => 'User',