From: Zachary Vance Date: Mon, 10 Aug 2015 05:06:24 +0000 (-0700) Subject: Add service status X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=fa9412223f256ed212a00b621a2c91c8787ea951;p=za3k.git Add service status --- diff --git a/service.css b/service.css new file mode 100644 index 0000000..125f643 --- /dev/null +++ b/service.css @@ -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 index 0000000..e69de29