You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dsmr_frontend/templates/dsmr_frontend/dashboard.html
+28
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,22 @@
177
177
</div>
178
178
{% endif %}
179
179
180
+
{% if capabilities.voltage %}
181
+
<divclass="row" id="voltage_holder">
182
+
<divclass="col-md-12">
183
+
<divclass="panel">
184
+
<headerclass="panel-heading">
185
+
{% trans "Phase voltages in the past 24 hours" %}
186
+
</header>
187
+
<divclass="panel-body">
188
+
<small>{% blocktrans %}Scroll or pinch the graph to zoom in and out. Drag the graph left or right, or use the horizontal scrollbar below the graph.{% endblocktrans %}</small>
0 commit comments