Change the order or the cargers table columns
This commit is contained in:
parent
3dc8738159
commit
80897f0e62
@ -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' }
|
||||
];
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user