diff --git a/modules/monitoring/application/views/scripts/multi/components/comments.phtml b/modules/monitoring/application/views/scripts/multi/components/comments.phtml
deleted file mode 100644
index f477cd953..000000000
--- a/modules/monitoring/application/views/scripts/multi/components/comments.phtml
+++ /dev/null
@@ -1,25 +0,0 @@
-is_service ? 'Services' : 'Hosts';
-
-?>
-
- = mt('monitoring', 'No hosts matching the filter'); ?>
-
-
Summary for = count($objects) ?> hosts
- = $this->render('multi/components/objectlist.phtml'); ?>
-
-
-
- = array_sum(array_values($states)) ?> Hosts
- |
- |
-
-
-
- = $this->pie->render(); ?>
- |
-
- $count) {
- if ($count > 0) {
- echo ucfirst($state) . ': ' . $count . ' ';
- }
- }
- ?>
- |
- |
-
-
-
-
=$this->icon('host')?> Host Actions
-
-
-
- = $this->render('multi/components/summary.phtml'); ?>
- = $this->render('multi/components/comments.phtml'); ?>
- = $this->render('multi/components/downtimes.phtml'); ?>
-
-
-
- = $this->render('multi/components/flags.phtml') ?>
-
-
-
-
-
- = mt('monitoring', 'No services matching the filter'); ?>
-
-
Summary for = count($objects) ?> services
-
-
-
- = array_sum(array_values($service_states)) ?> Services |
- = array_sum(array_values($host_states)) ?> Hosts |
-
-
- = $this->service_pie->render() ?> |
- $count) {
- if ($count > 0) {
- echo ucfirst($state) . ': ' . $count . ' ';
- }
- }
-
- ?> |
- = $this->host_pie->render() ?> |
- $count) {
- if ($count > 0) {
- echo ucfirst($state) . ': ' . $count . ' ';
- }
- }
- ?> |
-
-
-
-
=$this->icon('conf')?> Service Actions
-
-
-
- = $this->render('multi/components/objectlist.phtml') ?>
- = $this->render('multi/components/summary.phtml') ?>
- = $this->render('multi/components/comments.phtml') ?>
- = $this->render('multi/components/downtimes.phtml') ?>
-
-
-
- = $this->render('multi/components/flags.phtml') ?>
-
-