test
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s

This commit is contained in:
Matthew Frost 2023-11-19 18:00:11 +01:00
parent 2f6703c73b
commit 5f5db5e3d7

View file

@ -105,7 +105,7 @@ input:checked + .slider:before {
<body>
<div class="container">
<h1 class="mt-3">powerbar.ti (0.0.7)</h1>
<h1 class="mt-3">powerbar.ti (0.08)</h1>
<hr>
<div class="alert alert-primary" role="alert">
For the API vist '/powerbars'
@ -154,6 +154,13 @@ input:checked + .slider:before {
<span class="slider"></span>
</label>
</div>
<div class="col-md-2">
{% if outlet[1].state == "on" %}
<span class="badge badge-success">On</span>
{% else %}
<span class="badge badge-danger">Off</span>
{% endif %}
</div>
</div>
</li>
{% endfor %}