Collect some garbage in the source code
This commit is contained in:
parent
0e0672e0c1
commit
b8efe1a93c
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue