aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/memory.php')
-rw-r--r--plugin/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/memory.php b/plugin/memory.php
index 9fd2e30..0a1fe68 100644
--- a/plugin/memory.php
+++ b/plugin/memory.php
@@ -14,7 +14,7 @@ require_once 'type/GenericStacked.class.php';
14 14
15$obj = new Type_GenericStacked($CONFIG, $_GET); 15$obj = new Type_GenericStacked($CONFIG, $_GET);
16$obj->order = array('free', 'inactive', 'buffered', 'cached', 'cache', 'locked', 'used', 'active', 'wired'); 16$obj->order = array('free', 'inactive', 'buffered', 'cached', 'cache', 'locked', 'used', 'active', 'wired');
17$obj->ds_names = array( 17$obj->legend = array(
18 'free' => 'Free', 18 'free' => 'Free',
19 'inactive' => 'Inactive', 19 'inactive' => 'Inactive',
20 'cached' => 'Cached', 20 'cached' => 'Cached',