Skip to content

Commit

Permalink
monitoring: Remove icons for object tabs
Browse files Browse the repository at this point in the history
We don't have icons somewhere else. We may introduce icons for all tabs later.

refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 3cf7eae commit 1da70a1
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -181,7 +181,6 @@ protected function createTabs()
$isService ? $object->getHost()->getName() : $object->getName()
),
'label' => $this->translate('Host'),
'icon' => 'host',
'url' => 'monitoring/host/show',
'urlParams' => $params
)
Expand All @@ -196,7 +195,6 @@ protected function createTabs()
$isService ? $object->getHost()->getName() : $object->getName()
),
'label' => $this->translate('Service'),
'icon' => 'service',
'url' => 'monitoring/service/show',
'urlParams' => $params
)
Expand All @@ -210,7 +208,6 @@ protected function createTabs()
$isService ? $object->getHost()->getName() : $object->getName()
),
'label' => $this->translate('Services'),
'icon' => 'services',
'url' => 'monitoring/host/services',
'urlParams' => $params
)
Expand All @@ -228,7 +225,6 @@ protected function createTabs()
: sprintf($this->translate('Show all event records of host %s'), $object->getName())
,
'label' => $this->translate('History'),
'icon' => 'rewind',
'url' => $isService ? 'monitoring/service/history' : 'monitoring/host/history',
'urlParams' => $params
)
Expand Down

0 comments on commit 1da70a1

Please sign in to comment.