aboutsummaryrefslogtreecommitdiff
path: root/views/_head2.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
commitfc0327f91fb134e1df994143a78c22df7d8f62e4 (patch)
tree9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/_head2.haml
parent3576923edf788eecb4320e034f5afaaf625bd62e (diff)
Big interface clear up
Diffstat (limited to 'views/_head2.haml')
-rw-r--r--views/_head2.haml20
1 files changed, 0 insertions, 20 deletions
diff --git a/views/_head2.haml b/views/_head2.haml
deleted file mode 100644
index a37d6c4..0000000
--- a/views/_head2.haml
+++ /dev/null
@@ -1,20 +0,0 @@
-#main
- #mainleft
- .title #{@title}
- #maincenter
- .countdown{:id=>"reloadPage"}
- %span.count
- %span.urgent
- Urgent
- %span.nbrUnacknowledged{:title=>"Urgent alert unacknowledged"} #{@urgent.length - @count_ack[:urgent]}
- %span.nbrAcknowledged{:title=>"Urgent alert acknowledged"} (Seen #{@count_ack[:urgent]})
- %span.normal
- Normal
- %span.nbrUnacknowledged{:title=>"Normal alert unacknowledged"} #{@normal.length - @count_ack[:normal]}
- %span.nbrAcknowledged{:title=>"Normal alert acknowledged"} (Seen #{@count_ack[:normal]})
- %span.low
- Low
- %span.nbrUnacknowledged{:title=>"Low alert unacknowledged"} #{@low.length - @count_ack[:low]}
- %span.nbrAcknowledged{:title=>"Low alert acknowledged"} (Seen #{@count_ack[:low]})
- #mainright
- %img{:src => "/images/logo.png"}