diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml index ca28045bf..de4ef74b2 100644 --- a/modules/monitoring/application/views/scripts/list/downtimes.phtml +++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml @@ -41,7 +41,6 @@ $downtimes = $downtimes->fetchAll(); 'downtime_duration' => 'Duration', ) ) ?> - = diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index adc6aa477..325c3800b 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -20,7 +20,6 @@ $trimArea = $this->getHelper('Trim'); 'host_name' => 'Host', ) ) ?> - = $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?> @@ -45,14 +44,14 @@ $trimArea = $this->getHelper('Trim'); end(); ?> -
+ |
start(); ?>
service_handled && $service->service_state > 0): ?>
-
- service_acknowledged && !$service->service_in_downtime): ?>
+
+ service_acknowledged && !$service->service_in_downtime): ?>
@@ -72,7 +49,7 @@ $trimArea = $this->getHelper('Trim');
-
+
service_notifications_enabled): ?>
@@ -83,7 +60,7 @@ $trimArea = $this->getHelper('Trim');
- end(); ?>
+ end(); ?>
|
diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index 2fb224e75..2b2ff07e7 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -33,7 +33,6 @@ $trimArea = $this->getHelper('Trim');
'service_description' => 'Service',
)
) ?>
-
= $this->paginationControl($paginator, null, null, array('preserve' => $this->preserve)) ?>
@@ -59,14 +58,14 @@ $trimArea = $this->getHelper('Trim');
end(); ?>
- + |
start(); ?>
service_handled && $service->service_state > 0): ?>
-
- service_acknowledged && !$service->service_in_downtime): ?>
+
+ service_acknowledged && !$service->service_in_downtime): ?>
@@ -75,7 +74,7 @@ $trimArea = $this->getHelper('Trim');
-
+
service_notifications_enabled): ?>
@@ -86,7 +85,7 @@ $trimArea = $this->getHelper('Trim');
- end(); ?>
+ end(); ?>
|