Skip to content

Commit

Permalink
Removed some unsed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvokoun committed Jan 16, 2019
1 parent 741ba08 commit f64e033
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import datetime
from collections import OrderedDict, Counter
from pprint import pprint

from helpers import State, StatePriority

Expand Down Expand Up @@ -82,7 +81,6 @@ def _services(self):
'Service',
filters='service.state!=ServiceOK',
attrs=attrs):
k = obj['attrs']['__name']
service = Service(obj)
host = service.host_name
if host not in nested_services.keys():
Expand Down
10 changes: 0 additions & 10 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ h2 {
float: left;
}

h3 {
text-align: left;
font-weight: bold;
padding-bottom: 2px;
font-size: 1.1em;
color: #ffffff;
}

.content {
margin: 5px;
}
Expand Down Expand Up @@ -79,7 +71,6 @@ p.big-success {
border: solid 1px #000000;;
}


table.state th, table.state td {
font-weight: bold;
border-radius: 4px;
Expand All @@ -97,7 +88,6 @@ table.state-acknowledged td, table.state-downtime td {
border-radius: 4px;
border: solid 1px #000000;
background-color: #FF5AC2;

}

table.counts td {
Expand Down

0 comments on commit f64e033

Please sign in to comment.