2015-07-06 22:08:08 -04:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
<h1>Select a monitor device:</h1>
|
|
|
|
<ul>
|
|
|
|
{{#each cores}}
|
|
|
|
<li>
|
2015-07-07 10:18:41 -04:00
|
|
|
<a href="https://particle.kaplon.us/core/{{this.coreId}}">
|
2015-07-09 10:44:58 -04:00
|
|
|
{{#if this.coreName}}
|
2015-07-16 13:31:21 -04:00
|
|
|
{{this.coreName}}, {{this.locationDesc}}, {{this.MaxPub}}, {{this.MaxStatus}}
|
2015-07-09 10:44:58 -04:00
|
|
|
{{else}}
|
2015-07-16 13:31:21 -04:00
|
|
|
{{this.coreId}}, {{this.locationDesc}}, {{this.MaxPub}}, {{this.MaxStatus}}
|
2015-07-09 10:44:58 -04:00
|
|
|
{{/if}}
|
2015-07-06 22:08:08 -04:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|