summaryrefslogtreecommitdiff
path: root/localwebsite/templates-web
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-07-12 16:14:26 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-07-12 16:14:26 +0300
commit36c90356aa291b65661b523e2f79375a72d588b0 (patch)
treec91b874d508f3f98f16fb81801eafe54a77f800d /localwebsite/templates-web
parentc9d16ad69525986096ed265a6ac9ec01696eb0ac (diff)
localwebsite: add grafana links
Diffstat (limited to 'localwebsite/templates-web')
-rw-r--r--localwebsite/templates-web/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/localwebsite/templates-web/index.twig b/localwebsite/templates-web/index.twig
index 8a0bdaf..620ad40 100644
--- a/localwebsite/templates-web/index.twig
+++ b/localwebsite/templates-web/index.twig
@@ -20,9 +20,9 @@
<h6 class="mt-4">Другое</h6>
<ul class="list-group list-group-flush">
- <li class="list-group-item"><a href="/inverter/">Инвертор</a></li>
+ <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="/sensors/">Датчики</a></li>
+ <li class="list-group-item"><a href="/sensors/">Датчики</a> (<a href="{{ grafana_sensors_url }}">Grafana</a>)</li>
<li class="list-group-item"><a href="/cams/">Камеры</a></li>
</ul>
</div> \ No newline at end of file