compact): ?>
= $tabs ?>
= $this->render('list/components/servicesummary.phtml') ?>
= $this->render('partials/service/objects-header.phtml') ?>
getScheduledDowntimes());
?>
= $this->translate('No services found matching the filter') ?>
= $this->render('show/components/extensions.phtml') ?>
= $this->translate('Problem handling') ?>
0): ?>
= sprintf($this->translate('%d unhandled problems'), $unackCount) ?> |
= $this->qlink(
$this->translate('Acknowledge'),
$acknowledgeLink,
null,
array(
'class' => 'action-link',
'icon' => 'check'
)
) ?> |
0): ?>
= sprintf(
$this->translatePlural(
'%s acknowledgement',
'%s acknowledgements',
$acknowledgedCount
),
'' . $acknowledgedCount . ''
) ?>
|
= $removeAckForm->setLabelEnabled(true) ?>
|
= $this->translate('Comments') ?> |
= $this->qlink(
$this->translate('Add comments'),
$addCommentLink,
null,
array(
'class' => 'action-link',
'icon' => 'comment-empty'
)
) ?>
|
getComments())) > 0): ?>
|
= $this->qlink(
sprintf(
$this->translatePlural(
'%s comment',
'%s comments',
$commentCount
),
$commentCount
),
$commentsLink,
null,
array('data-base-target' => '_next')
) ?>
|
= $this->translate('Downtimes') ?>
|
= $this->qlink(
$this->translate('Schedule downtimes'),
$downtimeAllLink,
null,
array(
'icon' => 'plug',
'class' => 'action-link'
)
) ?>
|
0): ?>
|
= $this->qlink(
sprintf(
$this->translatePlural(
'%d scheduled downtime',
'%d scheduled downtimes',
$scheduledDowntimeCount
),
$scheduledDowntimeCount
),
$showDowntimesLink,
null,
array(
'data-base-target' => '_next'
)
) ?>
|
hasPermission('monitoring/command/send-custom-notification')): ?>
= $this->translate('Notifications') ?>
= $this->translate('Notifications') ?> |
= $this->qlink(
$this->translate('Send notifications'),
$sendCustomNotificationLink,
null,
array(
'class' => 'action-link',
'icon' => 'bell'
)
) ?>
|
= $this->translate('Check Execution') ?>
= $this->translate('Command') ?> |
= $this->qlink(
$this->translate('Process check result'),
$processCheckResultAllLink,
null,
array(
'class' => 'action-link',
'icon' => 'edit'
)
) ?>
|
= $this->translate('Schedule Check') ?> |
= $checkNowForm ?> |
|
= $this->qlink(
$this->translate('Reschedule'),
$rescheduleAllLink,
null,
array(
'class' => 'action-link',
'icon' => 'calendar-empty'
)
) ?>
|
= $this->translate('Feature Commands') ?>
= $toggleFeaturesForm ?>