]> git.za3k.com Git - za3k.git/commitdiff
Add service status
authorZachary Vance <vanceza@gmail.com>
Mon, 10 Aug 2015 05:06:24 +0000 (22:06 -0700)
committerZachary Vance <vanceza@gmail.com>
Mon, 10 Aug 2015 05:06:24 +0000 (22:06 -0700)
service.css [new file with mode: 0644]
service.status [new file with mode: 0644]

diff --git a/service.css b/service.css
new file mode 100644 (file)
index 0000000..125f643
--- /dev/null
@@ -0,0 +1,28 @@
+table, th, td {
+  border: 1px solid black;
+}
+
+table {
+  border-collapse: collapse;
+}
+
+table {
+  width: 100%;
+}
+
+th {
+  background-color: #FFFFDD;
+  min-height: 50px;
+}
+
+tr.failure {
+  background-color: red;
+}
+
+tr.success {
+  background-color: lightgreen;
+}
+
+tr.timeout {
+  background-color: lightyellow;
+}
diff --git a/service.status b/service.status
new file mode 100644 (file)
index 0000000..e69de29