Browse Source

php - enable the pool graph

master
kanoi 10 years ago
parent
commit
63e958747a
  1. 5
      pool/prime.php

5
pool/prime.php

@ -79,11 +79,12 @@ function check()
'Shifts' => 'shifts', 'Shifts' => 'shifts',
'Shift Graph' => 'usperf', 'Shift Graph' => 'usperf',
'Workers' => 'workers', 'Workers' => 'workers',
'Management' => 'workmgt', 'Management' => 'workmgt'
), ),
'Pool' => array( 'Pool' => array(
'Stats' => 'stats', 'Stats' => 'stats',
'Blocks' => 'blocks' 'Blocks' => 'blocks',
'Graph' => 'psperf'
), ),
'Admin' => NULL, 'Admin' => NULL,
'gap' => array( # options not shown 'gap' => array( # options not shown

Loading…
Cancel
Save