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',
'Shift Graph' => 'usperf',
'Workers' => 'workers',
'Management' => 'workmgt',
'Management' => 'workmgt'
),
'Pool' => array(
'Stats' => 'stats',
'Blocks' => 'blocks'
'Blocks' => 'blocks',
'Graph' => 'psperf'
),
'Admin' => NULL,
'gap' => array( # options not shown

Loading…
Cancel
Save