From d84a59f489b7994630a1c4c94befcc7d63f08f6c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 14 Aug 2016 14:40:53 +0300 Subject: Add styles --- views/index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'views/index.html') diff --git a/views/index.html b/views/index.html index e0798b0..fe2e79d 100644 --- a/views/index.html +++ b/views/index.html @@ -3,17 +3,21 @@ + Radiodiodi system status + - +
+

+ {{ system.name }} +

+

{{ system.status ? "UP" : "DOWN" }}

+

Uptime: {{ system.uptime }}%

+
-- cgit v1.3