aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/wireless.php
diff options
context:
space:
mode:
authorPim van den Berg2013-05-13 20:41:14 +0200
committerPim van den Berg2013-05-13 20:41:14 +0200
commita2814f6a4b46a5d9e86146c837ae11343dde4ea7 (patch)
tree0e821febc948da493ecb40a31ecfdbf4df0e80ab /plugin/wireless.php
parenttype: stick to the rrdgraph time specification (diff)
downloadapt-panopticon_cgp-a2814f6a4b46a5d9e86146c837ae11343dde4ea7.zip
apt-panopticon_cgp-a2814f6a4b46a5d9e86146c837ae11343dde4ea7.tar.gz
apt-panopticon_cgp-a2814f6a4b46a5d9e86146c837ae11343dde4ea7.tar.bz2
apt-panopticon_cgp-a2814f6a4b46a5d9e86146c837ae11343dde4ea7.tar.xz
move width/heigth from plugins to type __construct
Diffstat (limited to '')
-rw-r--r--plugin/wireless.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/wireless.php b/plugin/wireless.php
index 413ee28..9d391ec 100644
--- a/plugin/wireless.php
+++ b/plugin/wireless.php
@@ -10,8 +10,6 @@ $obj = new Type_GenericStacked($CONFIG);
10$obj->data_sources = array('value'); 10$obj->data_sources = array('value');
11$obj->ds_names = array('value' => 'Value'); 11$obj->ds_names = array('value' => 'Value');
12$obj->colors = array('value' => '0000f0'); 12$obj->colors = array('value' => '0000f0');
13$obj->width = $width;
14$obj->heigth = $heigth;
15$obj->rrd_format = '%6.1lf'; 13$obj->rrd_format = '%6.1lf';
16 14
17switch($obj->args['type']) { 15switch($obj->args['type']) {