diff options
Diffstat (limited to 'plugin/memcached.php')
-rw-r--r-- | plugin/memcached.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/memcached.php b/plugin/memcached.php index b8dff28..6157d69 100644 --- a/plugin/memcached.php +++ b/plugin/memcached.php | |||
@@ -47,8 +47,8 @@ switch($_GET['t']) { | |||
47 | $obj->order = array('flush', 'get', 'set'); | 47 | $obj->order = array('flush', 'get', 'set'); |
48 | $obj->ds_names = array( | 48 | $obj->ds_names = array( |
49 | 'flush' => 'Flush', | 49 | 'flush' => 'Flush', |
50 | 'get' => 'Get ', | 50 | 'get' => 'Get', |
51 | 'set' => 'Set ', | 51 | 'set' => 'Set', |
52 | ); | 52 | ); |
53 | $obj->colors = array( | 53 | $obj->colors = array( |
54 | 'flush' => '00e000', | 54 | 'flush' => '00e000', |
@@ -96,7 +96,7 @@ switch($_GET['t']) { | |||
96 | $obj->data_sources = array('rx', 'tx'); | 96 | $obj->data_sources = array('rx', 'tx'); |
97 | $obj->order = array('rx', 'tx'); | 97 | $obj->order = array('rx', 'tx'); |
98 | $obj->ds_names = array( | 98 | $obj->ds_names = array( |
99 | 'rx' => 'Receive ', | 99 | 'rx' => 'Receive', |
100 | 'tx' => 'Transmit', | 100 | 'tx' => 'Transmit', |
101 | ); | 101 | ); |
102 | $obj->colors = array( | 102 | $obj->colors = array( |
@@ -113,8 +113,8 @@ switch($_GET['t']) { | |||
113 | $obj->order = array('evictions', 'hits', 'misses'); | 113 | $obj->order = array('evictions', 'hits', 'misses'); |
114 | $obj->ds_names = array( | 114 | $obj->ds_names = array( |
115 | 'evictions' => 'Evictions', | 115 | 'evictions' => 'Evictions', |
116 | 'hits' => 'Hits ', | 116 | 'hits' => 'Hits', |
117 | 'misses' => 'Misses ', | 117 | 'misses' => 'Misses', |
118 | ); | 118 | ); |
119 | $obj->colors = array( | 119 | $obj->colors = array( |
120 | 'evictions' => '00e000', | 120 | 'evictions' => '00e000', |
@@ -162,7 +162,7 @@ switch($_GET['t']) { | |||
162 | $obj->data_sources = array('user', 'syst'); | 162 | $obj->data_sources = array('user', 'syst'); |
163 | $obj->order = array('user', 'syst'); | 163 | $obj->order = array('user', 'syst'); |
164 | $obj->ds_names = array( | 164 | $obj->ds_names = array( |
165 | 'user' => 'User ', | 165 | 'user' => 'User', |
166 | 'syst' => 'System', | 166 | 'syst' => 'System', |
167 | ); | 167 | ); |
168 | $obj->colors = array( | 168 | $obj->colors = array( |