compact): ?>
= $tabs; ?>
= $this->render('list/components/servicesummary.phtml') ?>
= $this->render('partials/service/objects-header.phtml'); ?>
= $this->icon('reschedule') ?>
= $this->translate('Commands') ?>
= $this->translate('No services found matching the filter'); ?>
= sprintf($this->translatePlural(
'Issue commands to %s selected service:',
'Issue commands to all %s selected services:',
count($objects)
), '' . count($objects) . '') ?>
= $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')
); ?>
hasPermission('monitoring/command/send-custom-notification')): ?>
= $this->qlink(
sprintf($this->translate('Send a custom notification for all %u services'), $serviceCount),
$sendCustomNotificationLink,
null,
array('icon' => 'comment')
); ?>
= $this->icon('attention-alt') ?>
= $this->translate('Problems') ?>
= sprintf(
$this->translatePlural(
'There is %s problem, issue commands to the problem service',
'There are %s problems, issue commands to the problem services',
$problemCount
),
'' . $problemCount . ''
); ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'Schedule a downtime for %s problem service',
'Schedule downtimes for %s problem services',
$problemCount
),
$problemCount
),
$downtimeLink,
null,
array('icon' => 'plug')
); ?>
0): ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'Acknowledge %u unacknowledged problem service',
'Acknowledge %u unacknowledged problem services',
$unackCount
),
$unackCount
),
$acknowledgeLink,
null,
array('icon' => 'ok')
); ?>
= sprintf($this->translate('There are %s unhandled problem services. ' .
'Issue commands to the problematic services:'),
'' . $unhandledCount . '') ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'Schedule a downtime for %u unhandled problem service',
'Schedule a downtime for %u unhandled problem services',
$unhandledCount
),
$unhandledCount
),
$downtimeUnhandledLink,
null,
array('icon' => 'plug')
); ?>
0): ?>
= $this->icon('ok', $this->translate('Acknowledgements')) ?> = $this->translate('Acknowledgements') ?>
= sprintf(
$this->translatePlural(
'%s Acknowledged Service Problem.',
'%s Acknowledged Service Problems.',
$acknowledgedCount
),
'' . $acknowledgedCount . ''
); ?> = $removeAckForm ?>
getScheduledDowntimes()) ?>
= $this->icon('plug', $this->translate('Downtimes')) ?> = $this->translate('Downtimes') ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'%s scheduled downtime',
'%s scheduled downtimes',
$scheduledDowntimeCount
),
$scheduledDowntimeCount
),
$showDowntimesLink,
null,
array('data-base-target' => '_next')
);?>
= sprintf($this->translate('on all selected services.')) ?>
0): ?>
= $this->qlink(
sprintf($this->translatePlural(
'%s service',
'%s services',
$inDowntimeCount
), $inDowntimeCount),
$inDowntimeLink,
null,
array('data-base-target' => '_next')
);?>
= sprintf($this->translate('are currently in downtime.')) ?>
getComments()) ?>
0): ?>
= $this->icon('comment') ?> = $this->translate('Comments') ?>
= $this->qlink(
sprintf(
$this->translatePlural(
'%s comment.',
'%s comments.',
$commentCount
), $commentCount),
$commentsLink,
null,
array('data-base-target' => '_next')
); ?>
= $this->translate('on all selected services.') ?>