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