13 lines
287 B
Handlebars
13 lines
287 B
Handlebars
|
{{!< default}}
|
||
|
|
||
|
<h1>Select a monitor device:</h1>
|
||
|
<ul>
|
||
|
{{#each cores}}
|
||
|
<li>
|
||
|
<a href="https://particle.kaplon.us/core/{{this.coreName}}">
|
||
|
{{this.coreName}} ({{this.coreId}}), {{this.locationDesc}}
|
||
|
</a>
|
||
|
</li>
|
||
|
{{/each}}
|
||
|
</ul>
|