summaryrefslogtreecommitdiff
path: root/localwebsite/templates-web/index.twig
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-09-27 00:54:34 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-09-27 00:54:34 +0300
commitb7cbc2571c1870b4582ead45277d0aa7f961bec8 (patch)
tree2e90c5bb00284d603ca73bc4a2253ff0e5ee51f4 /localwebsite/templates-web/index.twig
parent3e3753d726f8a02d98368f20f77dd9fa739e3d80 (diff)
lws: routing updates
Diffstat (limited to 'localwebsite/templates-web/index.twig')
-rw-r--r--localwebsite/templates-web/index.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/localwebsite/templates-web/index.twig b/localwebsite/templates-web/index.twig
index bbf6802..b28a078 100644
--- a/localwebsite/templates-web/index.twig
+++ b/localwebsite/templates-web/index.twig
@@ -20,8 +20,8 @@
<h6 class="mt-4">Другое</h6>
<ul class="list-group list-group-flush">
- <li class="list-group-item"><a href="/inverter/">Инвертор</a> (<a href="{{ grafana_inverter_url }}">Grafana</a>)</li>
- <li class="list-group-item"><a href="/pump/">Насос</a></li>
+ <li class="list-group-item"><a href="/inverter/">Инвертор</a> (<a href="/inverter/?alt=1">alt</a>, <a href="{{ grafana_inverter_url }}">Grafana</a>)</li>
+ <li class="list-group-item"><a href="/pump/">Насос</a> (<a href="/pump/?alt=1">alt</a>)</li>
<li class="list-group-item"><a href="/sensors/">Датчики</a> (<a href="{{ grafana_sensors_url }}">Grafana</a>)</li>
</ul>
@@ -32,4 +32,4 @@
{% endfor %}
<li class="list-group-item"><a href="/cams/stat/">Статистика</a></li>
</ul>
-</div> \ No newline at end of file
+</div>