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}}