Added DTC-Table in WebUI and improved DTC-System

This commit is contained in:
2022-03-09 20:25:02 +01:00
parent 6e0b7581eb
commit dab826b862
9 changed files with 101 additions and 64 deletions

View File

@@ -70,6 +70,19 @@
</div>
<h4>aktueller Modus</h4>
<input class="form-control" type="text" placeholder="%SYSTEM_STATUS%" readonly>
<div %SHOW_DTC_TABLE%>
<h4>Fehlercodes</h4>
<table class="table">
<tbody>
<tr>
<th class="col-md-4" scope="col">Timestamp</td>
<th class="col-md-4" scope="col">DTC</td>
<th class="col-md-4" scope="col">active</td>
</tr>
%DTC_TABLE%
</tbody>
</table>
</div>
</p>
</div>
<!-- Div Tab Home-->