From 9915256f77be9f9b5d32dbfdf26e09ea72c3d780 Mon Sep 17 00:00:00 2001 From: jkaplon Date: Fri, 17 Jul 2015 13:02:31 -0400 Subject: [PATCH] Change jumbotron text; use html table on device listing template, closes issue #19 --- views/default.hbs | 2 +- views/index.hbs | 41 ++++++++++++++++++++++++++++------------- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/views/default.hbs b/views/default.hbs index 1a05307..512e66a 100644 --- a/views/default.hbs +++ b/views/default.hbs @@ -17,7 +17,7 @@
-

Device Dashboard

+

Alert Monitor Dashboard

{{! Everything else gets inserted here }} diff --git a/views/index.hbs b/views/index.hbs index dc50c61..1bcc3b2 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,16 +1,31 @@ {{!< default}}

Select a monitor device:

- + + + + + + + + + + + {{#each cores}} + + + + + + + {{/each}} + +
Device NameLocationLast Update
+ + {{#if this.coreName}} + {{this.coreName}} + {{else}} + {{this.coreId}} + {{/if}} + + {{this.locationDesc}}{{this.MaxPub}}{{this.MaxStatus}}