test
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
This commit is contained in:
parent
2f6703c73b
commit
5f5db5e3d7
1 changed files with 8 additions and 1 deletions
|
@ -105,7 +105,7 @@ input:checked + .slider:before {
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="mt-3">powerbar.ti (0.0.7)</h1>
|
<h1 class="mt-3">powerbar.ti (0.08)</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="alert alert-primary" role="alert">
|
<div class="alert alert-primary" role="alert">
|
||||||
For the API vist '/powerbars'
|
For the API vist '/powerbars'
|
||||||
|
@ -154,6 +154,13 @@ input:checked + .slider:before {
|
||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue