amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.21k stars 197 forks source link

When chart is false there are no big numbers #14

Closed ryandaniels closed 8 years ago

ryandaniels commented 8 years ago

When charts = false, big numbers are not displayed. Seems like last commit changed the expected behaviour.

Test by changing config from true to false: 'charts' => false, // show gauge chart or just big numbers

amnuts commented 8 years ago

Thanks for pointing that out.

The numbers were still there but I had adjusted the DOM level so they were no longer styled properly. Latest revision fixes the problem.