diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-01-18 04:14:38 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-01-18 04:14:38 +0300 |
commit | d237e81873a9e043f579e7f6a979f00510ddce08 (patch) | |
tree | f17ed95a80e1c594b585a829888da1c74f59798b /web/kbn_templates/index.j2 | |
parent | a9a241ad19449c29b68cd4a5b539bcbec816e341 (diff) |
lws: sms page rewrite
Diffstat (limited to 'web/kbn_templates/index.j2')
-rw-r--r-- | web/kbn_templates/index.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kbn_templates/index.j2 b/web/kbn_templates/index.j2 index e3ab421..c356326 100644 --- a/web/kbn_templates/index.j2 +++ b/web/kbn_templates/index.j2 @@ -23,9 +23,9 @@ <h6 class="mt-4">Другое</h6> <ul class="list-group list-group-flush"> - <li class="list-group-item"><a href="/inverter.cgi">Инвертор</a> (<a href="{{ grafana_inverter_url }}">Grafana</a>)</li> + <li class="list-group-item"><a href="/inverter.cgi">Инвертор</a> (<a href="{{ inverter_grafana_url }}">Grafana</a>)</li> <li class="list-group-item"><a href="/pump.cgi">Насос</a></li> - <li class="list-group-item"><a href="/sensors.cgi">Датчики</a> (<a href="{{ grafana_sensors_url }}">Grafana</a>)</li> + <li class="list-group-item"><a href="/sensors.cgi">Датчики</a> (<a href="{{ sensors_grafana_url }}">Grafana</a>)</li> </ul> <h6 class="mt-4"><a href="/cams/"><b>Все камеры</b></a> (<a href="/cams/?high=1">HQ</a>)</h6> |