summaryrefslogtreecommitdiff
path: root/web/kbn_templates/inverter.j2
diff options
context:
space:
mode:
authorEvgeny Sorokin <me@ch1p.io>2024-04-03 01:26:41 +0300
committerEvgeny Sorokin <me@ch1p.io>2024-04-03 01:26:41 +0300
commit8314dc42dc21185f556b4bb257ce198378d30d71 (patch)
treeab11a973c920f99063f55a58ed2affc397fd8945 /web/kbn_templates/inverter.j2
parent63ff5dd151ca6a21dbae8a654d81cf60f2f6f0cc (diff)
web_kbn: relative paths
Diffstat (limited to 'web/kbn_templates/inverter.j2')
-rw-r--r--web/kbn_templates/inverter.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/inverter.j2 b/web/kbn_templates/inverter.j2
index e84bffc..086a047 100644
--- a/web/kbn_templates/inverter.j2
+++ b/web/kbn_templates/inverter.j2
@@ -9,7 +9,7 @@
</div>
<div class="pt-3">
- <a href="/inverter.cgi?do=set-osp&amp;value={{ 'sub' if rated.output_source_priority == 'Solar-Battery-Utility' else 'sbu' }}">
+ <a href="inverter.cgi?do=set-osp&amp;value={{ 'sub' if rated.output_source_priority == 'Solar-Battery-Utility' else 'sbu' }}">
<button type="button" class="btn btn-primary">{{ "inverter_switch_to"|lang }} <b>{{ 'Solar-Utility-Battery' if rated.output_source_priority == 'Solar-Battery-Utility' else 'Solar-Battery-Utility' }}</b></button>
</a>
</div>