compact): ?>
= $tabs; ?>
= $this->render('list/components/hostssummary.phtml') ?>
= $this->render('partials/host/objects-header.phtml'); ?>
getScheduledDowntimes());
?>
= $this->translate('No hosts found matching the filter'); ?>
= $this->translate('Problem Handling') ?>
0): ?>
= sprintf($this->translate('%d unhandled problems'), $unackCount) ?> |
= $this->qlink(
$this->translate('Acknowledge'),
$acknowledgeLink,
null,
array(
'icon' => 'ok',
'class' => 'action-link'
)
) ?>
|
0): ?>
= sprintf(
$this->translatePlural(
'%s acknowledgedment',
'%s acknowledgedments',
$acknowledgedCount
),
'' . $acknowledgedCount . ''
); ?> |
= $removeAckForm ?>
|
= $this->translate('Comments') ?> |
= $this->qlink(
$this->translate('Add comments'),
$addCommentLink,
null,
array(
'icon' => 'comment',
'class' => 'action-link'
)
) ?>
|
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(
'icon' => 'bell-alt',
'class' => 'action-link'
)
) ?>
|
= $this->translate('Check Execution') ?>
= $this->translate('Command') ?> |
= $this->qlink(
$this->translate('Process check result'),
$processCheckResultAllLink,
null,
array(
'icon' => 'reply',
'class' => 'action-link'
)
) ?>
|
= $this->translate('Schedule Check') ?> |
= $checkNowForm ?> |
|
= $this->qlink(
$this->translate('Reschedule'),
$rescheduleAllLink,
null,
array(
'icon' => 'reschedule',
'class' => 'action-link'
)
) ?>
|