summaryrefslogtreecommitdiff
path: root/localwebsite/templates-web/inverter_page.twig
blob: 2b0af90671aa030b205f5f13c0fbcf6263dad262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<nav aria-label="breadcrumb">
  <ol class="breadcrumb">
    <li class="breadcrumb-item"><a href="/">Главная</a></li>
    <li class="breadcrumb-item active" aria-current="page">Инвертор</li>
  </ol>
</nav>

<h6 class="text-primary">Статус</h6>
<div id="inverter_status">
  {{ html|raw }}
</div>

{% js %}
Inverter.poll();
{% endjs %}