TacticalController: Uppercase first letter in donut titles

refs #3375
This commit is contained in:
Johannes Meyer 2018-04-05 13:43:14 +02:00
parent 78a7939fde
commit bbec6caf2d
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class TacticalController extends Controller
->addSlice($summary->hosts_not_checked, array('class' => 'slice-state-not-checked'))
->setLabelBig($summary->hosts_down_unhandled)
->setLabelBigEyeCatching($summary->hosts_down_unhandled > 0)
->setLabelSmall($this->translate('hosts down'));
->setLabelSmall($this->translate('Hosts Down'));
$serviceSummaryChart = new Donut();
$serviceSummaryChart
@ -80,7 +80,7 @@ class TacticalController extends Controller
->addSlice($summary->services_not_checked, array('class' => 'slice-state-not-checked'))
->setLabelBig($summary->services_critical_unhandled)
->setLabelBigEyeCatching($summary->services_critical_unhandled > 0)
->setLabelSmall($this->translate('services critical'));
->setLabelSmall($this->translate('Services Critical'));
$this->view->hostStatusSummaryChart = $hostSummaryChart
->setLabelBigUrl($this->view->url(