Add poller time graphs to /devices/

This commit is contained in:
Mike Rostermund
2015-06-10 08:02:22 +02:00
parent c2c33e603a
commit 2e82965f08

View File

@@ -43,7 +43,8 @@ $menu_options = array('bits' => 'Bits',
'mempool' => 'Memory',
'uptime' => 'Uptime',
'storage' => 'Storage',
'diskio' => 'Disk I/O'
'diskio' => 'Disk I/O',
'poller_perf' => 'Poller'
);
$sep = "";
foreach ($menu_options as $option => $text)