This commit is contained in:
Stefan Schwarz 2020-08-22 10:51:35 +02:00
parent 47784500fb
commit d6580d01cf

View file

@ -14,7 +14,8 @@
<section class="hero is-small is-primary is-bold box">
<div class="hero-body">
<div class="container">
<h1 class="title">macnickenson</h1>
<h1 class="title">mac4nick</h1>
<p class="subtitle is-5">grant your nickname a few mac addresses</p>
</div>
</div>
</section>
@ -42,7 +43,16 @@
<td data-label="MAC">
<span class="is-family-code">{{ device.macaddr }}</span>
{% if device.present %}
<span class="tag is-success">on</span>
<span class="has-text-success icon is-small">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-rss">
<path d="M4 11a9 9 0 0 1 9 9"></path>
<path d="M4 4a16 16 0 0 1 16 16"></path>
<circle cx="5" cy="19" r="1"></circle>
</svg>
</span>
{% endif %}
<input type="hidden" name="macaddr" value="{{ device.macaddr }}" />
</td>