aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ntpd.php
diff options
context:
space:
mode:
authorPim van den Berg2011-02-05 20:01:26 +0100
committerPim van den Berg2011-02-05 20:01:26 +0100
commitb1e34bd1868be418ef5ec26683a8d07f22cebd51 (patch)
treec4f7616f7159b71af7a1260b3e049af0fc29d507 /plugin/ntpd.php
parentplugin/dns: generate colors in type dns_opcode (diff)
downloadapt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.zip
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.gz
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.bz2
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.xz
replace function generate_colors by rainbow_colors
When no colors are defined they will be generated by function rainbow_colors.
Diffstat (limited to 'plugin/ntpd.php')
-rw-r--r--plugin/ntpd.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/ntpd.php b/plugin/ntpd.php
index 1b13f78..c85ce8c 100644
--- a/plugin/ntpd.php
+++ b/plugin/ntpd.php
@@ -19,7 +19,6 @@ $obj->ds_names = array('ping' => 'Ping time',
19 'ping_droprate' => 'Ping droprate'); 19 'ping_droprate' => 'Ping droprate');
20$obj->width = $width; 20$obj->width = $width;
21$obj->heigth = $heigth; 21$obj->heigth = $heigth;
22$obj->generate_colors();
23switch($obj->args['type']) { 22switch($obj->args['type']) {
24 case 'delay': 23 case 'delay':
25 $obj->data_sources = array('seconds'); 24 $obj->data_sources = array('seconds');