From edae75c21a8f657dd6cc9ace9e8e844ef337a951 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 3 May 2014 18:15:12 +0200 Subject: rename ds_names and dsname to legend This had nothing to do with an RRD data source. --- plugin/memory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/memory.php') 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'; $obj = new Type_GenericStacked($CONFIG, $_GET); $obj->order = array('free', 'inactive', 'buffered', 'cached', 'cache', 'locked', 'used', 'active', 'wired'); -$obj->ds_names = array( +$obj->legend = array( 'free' => 'Free', 'inactive' => 'Inactive', 'cached' => 'Cached', -- cgit v1.1