From 0c2c59a2a8ec1e2f3848e272a8201f57cb7aed12 Mon Sep 17 00:00:00 2001 From: jkaplon Date: Wed, 8 Jul 2015 17:31:24 -0400 Subject: [PATCH] Add fancy bootstrap table to core.hbs --- views/core.hbs | 27 +++++++++++++++++++-------- views/default.hbs | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/views/core.hbs b/views/core.hbs index 1c52a42..d8afb01 100644 --- a/views/core.hbs +++ b/views/core.hbs @@ -1,13 +1,24 @@ {{!< default}} -

Alerts from a single Particle Core:

- +{{! Grab 1st coreName value (it will be same value for entire set).}} +

Alerts from Particle Core: {{alerts.0.coreName}}

+ + + + + + + + + + {{#each alerts}} + + + + + {{/each}} + +
TimestampStatus
{{this.published_at}}{{this.status}}