From 10ad741a22797b6710be1091d9e502e71929f255 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 17 Sep 2010 21:24:35 +0200 Subject: automatic alignment of graph legend Function fill_ds_names is renamed to parse_ds_names and now also appends spaces to ds_names to make them equal of lenght. --- plugin/interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/interface.php') diff --git a/plugin/interface.php b/plugin/interface.php index da8a573..82b9f25 100644 --- a/plugin/interface.php +++ b/plugin/interface.php @@ -15,7 +15,7 @@ require_once 'inc/collectd.inc.php'; $obj = new Type_GenericIO($CONFIG); $obj->data_sources = array('rx', 'tx'); $obj->ds_names = array( - 'rx' => 'Receive ', + 'rx' => 'Receive', 'tx' => 'Transmit', ); $obj->colors = array( -- cgit v1.1