From b8efe1a93cedee0520d93effe99af8826c0bedc4 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Wed, 5 Feb 2014 17:50:20 +0100 Subject: [PATCH] Collect some garbage in the source code --- .../Monitoring/DataView/StatusSummary.php | 31 ---------- modules/monitoring/public/css/main.less | 57 ------------------- 2 files changed, 88 deletions(-) diff --git a/modules/monitoring/library/Monitoring/DataView/StatusSummary.php b/modules/monitoring/library/Monitoring/DataView/StatusSummary.php index 6b12110eb..87b676c1b 100644 --- a/modules/monitoring/library/Monitoring/DataView/StatusSummary.php +++ b/modules/monitoring/library/Monitoring/DataView/StatusSummary.php @@ -39,37 +39,6 @@ class StatusSummary extends DataView public function getColumns() { return array( - /*'hosts_up', - 'hosts_unreachable', - 'hosts_unreachable_handled', - 'hosts_unreachable_unhandled', - 'hosts_down', - 'hosts_down_handled', - 'hosts_down_unhandled', - 'hosts_pending', - 'services_ok', - 'services_critical', - 'services_critical_handled', - 'services_critical_unhandled', - 'services_warning', - 'services_warning_handled', - 'services_warning_unhandled', - 'services_unknown', - 'services_unknown_handled', - 'services_unknown_unhandled', - 'services_pending', - 'services_active_checked', - 'services_not_active_checked', - 'services_passive_checked', - 'services_not_passive_checked', - 'hosts_active_checked', - 'hosts_not_active_checked', - 'hosts_passive_checked', - 'hosts_not_passive_checked', - 'services_critical_on_problem_hosts', - 'services_warning_on_problem_hosts', - 'services_unknown_on_problem_hosts'*/ - 'hosts_up', 'hosts_up_disabled', 'hosts_down', diff --git a/modules/monitoring/public/css/main.less b/modules/monitoring/public/css/main.less index c80da2b67..17f414f80 100644 --- a/modules/monitoring/public/css/main.less +++ b/modules/monitoring/public/css/main.less @@ -40,68 +40,11 @@ @colorUnreachable : #E066FF; table.tacticalTable { - //width: 100%; border: 0px; border-collapse: separate; border-spacing: 5px; } -a.tacticalLink:link, -a.tacticalLink:visited, -a.tacticalLink:hover, -a.tacticalLink:active { - color: black; -} - -a.tacticalLinkWhite:link, -a.tacticalLinkWhite:visited, -a.tacticalLinkWhite:hover, -a.tacticalLinkWhite:active { - color: white; -} - -a.tacticalLink:link, -a.tacticalLink:visited, -a.tacticalLink:active, -a.tacticalLinkWhite:link, -a.tacticalLinkWhite:visited, -a.tacticalLinkWhite:active { - text-decoration: underline; -} - -a.tacticalLink:hover, -a.tacticalLinkWhite:hover { - text-decoration: none; -} - -.whiteFont { - color: white; -} - -.tacticalHeader { - //background-color: darkgray; - font-weight: bold; -} - -.tacticalSubHeader { - background-color: lightgray; -} - -.tacticalText { - font-weight: bold; - color: black; -} - -.equalheight-container { - overflow: hidden; -} - -.equalheight { - margin-bottom: -99999px; - padding-bottom: 99999px; - background-color:#efefef; -} - .host-name { display: block; margin-top: 5px;