= $this->tabs ?>
= $intervalBox; ?>
= $this->widget('limiter') ?>
= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
= $this->translate('Notifications and Problems'); ?>
= $defectChart->render(); ?>
= $this->translate('Time to Reaction (Ack, Recover)'); ?>
= $healingChart->render(); ?>
= $this->translate('Trend'); ?>
= $this->translate('Average') ?>
= $this->perf->avg; ?>
= $this->translate('notifications per hour'); ?>,
= $this->perf->last; ?>
= $this->translate('in the last hour'); ?>.
= $this->translate('Trend for the last 24h'); ?>
(= $this->trend->percent; ?>%
= $this->translate($this->trend->trend); ?>)
trend->trend === 'up'): ?>
= $this->icon('up-open'); ?>
trend->trend === 'unchanged'): ?>
= $this->icon('right-open'); ?>
= $this->icon('down-open'); ?>
recentAlerts): ?>
= $this->translate('Top 5 Recent Alerts'); ?>
= $this->partial('list/notifications.phtml', array(
'notifications' => $this->recentAlerts,
'compact' => true,
'inline' => true
)); ?>
= $this->translate('History'); ?>
= $this->partial('list/notifications.phtml', array(
'notifications' => $this->notifications,
'compact' => true,
'inline' => true
)); ?>