diff --git a/views/core.hbs b/views/core.hbs index d8afb01..a6d97a3 100644 --- a/views/core.hbs +++ b/views/core.hbs @@ -1,7 +1,7 @@ {{!< default}} {{! Grab 1st coreName value (it will be same value for entire set).}} -

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

+

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

diff --git a/views/default.hbs b/views/default.hbs index bc1c0be..f23edef 100644 --- a/views/default.hbs +++ b/views/default.hbs @@ -11,13 +11,14 @@ - - - - + + +
+

Patrick's Device Dashboard

+
{{! Everything else gets inserted here }} {{{body}}} diff --git a/views/index.hbs b/views/index.hbs index 1f303fa..aa80fbf 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -5,7 +5,11 @@ {{#each cores}}
  • - {{this.coreName}} ({{this.coreId}}), {{this.locationDesc}} + {{#if this.coreName}} + {{this.coreName}}, {{this.locationDesc}} + {{else}} + {{this.coreId}}, {{this.locationDesc}} + {{/if}}
  • {{/each}}