From 80897f0e627033667067169031b55dc6956b19f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 16 Dec 2025 15:29:46 +0100 Subject: [PATCH] Change the order or the cargers table columns --- dashboard/app.js | 8 ++++---- dashboard/index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dashboard/app.js b/dashboard/app.js index 51fa345..977f1ca 100644 --- a/dashboard/app.js +++ b/dashboard/app.js @@ -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' } ]; diff --git a/dashboard/index.html b/dashboard/index.html index 79e085a..a672049 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -710,11 +710,11 @@ Connected Status Charging current - Current power - Version - Session energy - Temperature Charging phases + Current power + Session energy + Version + Temperature Digital input