From 3f7349177ca398ad82f17d7a1bfdb3de56674d10 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 6 Nov 2024 10:08:05 +0100 Subject: [PATCH] win_dateime in win_cplInternalTimestamp umbenannt --- public/CPL/SERVICE/System.js | 2 +- store/variablesSlice.js | 2 +- utils/loadWindowVariables.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/CPL/SERVICE/System.js b/public/CPL/SERVICE/System.js index 714ad5b..7c3ffd1 100644 --- a/public/CPL/SERVICE/System.js +++ b/public/CPL/SERVICE/System.js @@ -5,7 +5,7 @@ var win_mac2 = "<%=SEM02%>"; var win_ip = "<%=SEI01%>"; var win_subnet = "<%=SES01%>"; var win_gateway = "<%=SEG01%>"; -var win_datetime = "<%=SCL01%>"; +var win_cplInternalTimestamp = "<%=SCL01%>"; var win_ntp1 = "<%=STP01%>"; var win_ntp2 = "<%=STP02%>"; var win_ntp3 = "<%=STP03%>"; diff --git a/store/variablesSlice.js b/store/variablesSlice.js index d666e50..19cf48c 100644 --- a/store/variablesSlice.js +++ b/store/variablesSlice.js @@ -9,7 +9,7 @@ const initialState = { ip: null, subnet: null, gateway: null, - datetime: null, + cplInternalTimestamp: null, ntp1: null, ntp2: null, ntp3: null, diff --git a/utils/loadWindowVariables.js b/utils/loadWindowVariables.js index ef56c82..54c717e 100644 --- a/utils/loadWindowVariables.js +++ b/utils/loadWindowVariables.js @@ -9,7 +9,7 @@ export async function loadWindowVariables() { "win_ip", "win_subnet", "win_gateway", - "win_datetime", + "win_cplInternalTimestamp", "win_ntp1", "win_ntp2", "win_ntp3",