Some final changes before releasing for test

This commit is contained in:
Gunnar Skjold
2022-02-20 20:10:08 +01:00
parent 705b3e34d1
commit 5ae56f265e
6 changed files with 12 additions and 9 deletions

View File

@@ -62,7 +62,6 @@
<a class="dropdown-item" href="/mqtt">MQTT</a>
<a class="dropdown-item" href="/web">Web</a>
<a class="dropdown-item" href="/ntp">NTP</a>
<a class="dropdown-item" href="/accounting">Thresholds</a>
<a class="dropdown-item" href="/entsoe">ENTSO-E API</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://github.com/gskjold/AmsToMqttBridge/wiki" target="_blank">Documentation</a>

View File

@@ -62,7 +62,6 @@
<a class="dropdown-item" href="/mqtt">MQTT</a>
<a class="dropdown-item" href="/web">Web</a>
<a class="dropdown-item" href="/ntp">NTP</a>
<a class="dropdown-item" href="/accounting">Thresholds</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://github.com/gskjold/AmsToMqttBridge/wiki" target="_blank">Documentation</a>
</div>

View File

@@ -114,6 +114,11 @@
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-12">
<a href="/thresholds">Configure tariff thresholds</a>
</div>
</div>
</div>
<hr/>
<div class="row form-group">

View File

@@ -107,7 +107,7 @@
<hr/>
<div class="row form-group">
<div class="col-6">
<a href="/" class="btn btn-outline-secondary">Back</a>
<a href="/meter" class="btn btn-outline-secondary">Back</a>
</div>
<div class="col-6 text-right">
<button class="btn btn-primary">Save</button>