Change the order or the cargers table columns

This commit is contained in:
Simon Stürz 2025-12-16 15:29:46 +01:00
parent 3dc8738159
commit 80897f0e62
2 changed files with 8 additions and 8 deletions

View File

@ -64,11 +64,11 @@ class DashboardApp {
{ key: 'connected', label: 'Connected' },
{ key: 'status', label: 'Status' },
{ key: 'chargingCurrent', label: 'Charging current' },
{ key: 'currentPower', label: 'Current power' },
{ key: 'version', label: 'Version' },
{ key: 'sessionEnergy', label: 'Session energy' },
{ key: 'temperature', label: 'Temperature' },
{ key: 'chargingPhases', label: 'Charging phases' },
{ key: 'currentPower', label: 'Current power' },
{ key: 'sessionEnergy', label: 'Session energy' },
{ key: 'version', label: 'Version' },
{ key: 'temperature', label: 'Temperature' },
{ key: 'digitalInputMode', label: 'Digital input' }
];

View File

@ -710,11 +710,11 @@
<th scope="col">Connected</th>
<th scope="col">Status</th>
<th scope="col">Charging current</th>
<th scope="col">Current power</th>
<th scope="col">Version</th>
<th scope="col">Session energy</th>
<th scope="col">Temperature</th>
<th scope="col">Charging phases</th>
<th scope="col">Current power</th>
<th scope="col">Session energy</th>
<th scope="col">Version</th>
<th scope="col">Temperature</th>
<th scope="col">Digital input</th>
</tr>
</thead>