Skip to content

Commit

Permalink
monitoring/CSS: Don't set class sparkline-perfdata
Browse files Browse the repository at this point in the history
Class not in use.

refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 42a3ece commit a12cc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/monitoring/library/Monitoring/Plugin/Perfdata.php
Expand Up @@ -400,7 +400,6 @@ public function asInlinePie()
$data = $this->calculatePieChartData();
$pieChart = new InlinePie($data, $this);
$pieChart->setColors(array('#44bb77', '#ffaa44', '#ff5566', '#ddccdd'));
$pieChart->setSparklineClass('sparkline-perfdata');

if (Zend_Controller_Front::getInstance()->getRequest()->isXmlHttpRequest()) {
$pieChart->disableNoScript();
Expand Down

0 comments on commit a12cc9a

Please sign in to comment.