From 223fb28e4001689b6bbd049d75f807a250a2c392 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sat, 4 Jul 2015 16:22:11 -0400 Subject: display default messages if no monitors/events found --- www/templates/events.html | 7 +++++++ www/templates/monitors.html | 5 +++++ www/templates/montage.html | 3 +++ 3 files changed, 15 insertions(+) (limited to 'www') diff --git a/www/templates/events.html b/www/templates/events.html index c70f0527..e22d9efb 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -26,6 +26,7 @@ +
@@ -81,6 +82,12 @@
+ + + No events found. + + + diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 13dcdb83..1cd03eec 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -50,6 +50,11 @@ + + + No Monitors found. + +
diff --git a/www/templates/montage.html b/www/templates/montage.html index be37e0ef..278c0141 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -58,6 +58,9 @@ + + No monitors found. +
-- cgit v1.2.3