36 lines
1.0 KiB
HTML

<!--
Copyright 2020 Netsyms Technologies.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<div class="page" data-name="labels">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
<a href="#" class="link icon-only back">
<i class="icon icon-back"></i>
</a>
</div>
<div class="title">Labels for #{{machineid}}</div>
</div>
</div>
<div class="page-content">
<div class="list links-list no-margin-top">
<ul>
{{#each labels}}
<li>
<a href="/labels/{{../machineid}}/{{@key}}/{{this}}">
{{this}}
</a>
</li>
{{/each}}
</ul>
</div>
</div>
</div>