compact): ?>
= $tabs; ?>
= $this->render('partials/host/objects-tinysummary.phtml') ?>
= $this->render('partials/host/objects-header.phtml'); ?>
= $this->icon('reschedule') ?>
= $this->translate('Commands') ?>
= sprintf($this->translate('Issue commands to all %d selected hosts:'), count($objects)) ?>
= $this->translate('No hosts matching the filter'); ?>
= $checkNowForm; ?>
= $this->qlink(
$this->translate('Reschedule next checks'),
$rescheduleAllLink,
null,
array('icon' => 'reschedule')
); ?>
= $this->qlink(
$this->translate('Schedule downtimes'),
$downtimeAllLink,
null,
array('icon' => 'plug')
); ?>
= $this->qlink(
$this->translate('Submit passive check results'),
$processCheckResultAllLink,
null,
array('icon' => 'reply')
); ?>
= $this->qlink(
$this->translate('Add comments'),
$addCommentLink,
null,
array('icon' => 'comment')
); ?>
0): ?>
= $this->icon('attention-alt') ?>
= $this->translatePlural(
'Unhandled Problem',
'Unhandled Problems',
$unhandledCount
) ?>
= sprintf(
$this->translate('There are %s unhandled problems. Issue commands to the problematic hosts:'),
'' . $unhandledCount . ''
) ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'Schedule a downtime for %u host',
'Schedule a downtime for %u hosts',
$unhandledCount
),
$unhandledCount
),
$downtimeUnhandledLink,
null,
array('icon' => 'plug')
); ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'Acknowledge %u unhandled host',
'Acknowledge %u unhandled hosts',
$unhandledCount
),
$unhandledCount
),
$acknowledgeUnhandledLink,
null,
array('icon' => 'ok')
); ?>
0): ?>
= $this->icon('ok', $this->translate('Acknowledgements')) ?> = $this->translate('Acknowledgements') ?>
= sprintf(
$this->translatePlural(
'%u Acknowledged Host Problem',
'%u Acknowledged Host Problems',
$acknowledgedCount
),
$acknowledgedCount
); ?>
= $removeAckForm ?>
0): ?>
= $this->icon('plug', $this->translate('Downtimes'))?> =$this->translate('Downtimes')?>
= sprintf(
$this->translatePlural(
'%u Host currently in downtime.',
'%u Hosts currently in downtime.',
$inDowntimeCount
),
$inDowntimeCount
) ?> = $this->qlink(
$this->translate('List all'),
$inDowntimeLink,
null,
array('data-base-target' => '_next')
); ?>
getComments())) > 0): ?>
= $this->icon('comment', $this->translate('Comments'))?> =$this->translate('Comments') ?>
= sprintf(
$this->translatePlural(
'There is %u host comment.',
'There are %u host comments.',
$commentCount
),
$commentCount
) ?>
= $this->qlink(
$this->translate('List all'),
$commentsLink,
null,
array('data-base-target' => '_next')
); ?>
fetchComments(); ?>
comments as $comment): ?>
populate(
array('comment_id' => $comment->id, 'redirect' => html_entity_decode($this->url))
);
$delCommentForm->setAction(
$this->url(
'monitoring/host/delete-comment',
array('host' => $service->getName())
)
);
echo $delCommentForm;
?>
(= ucfirst($comment->type) ?>):
|
= nl2br($comment->comment) ?>
|