win_dateime in win_cplInternalTimestamp umbenannt

This commit is contained in:
ISA
2024-11-06 10:08:05 +01:00
parent 9ae6e6171d
commit 3f7349177c
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ var win_mac2 = "<%=SEM02%>";
var win_ip = "<%=SEI01%>"; var win_ip = "<%=SEI01%>";
var win_subnet = "<%=SES01%>"; var win_subnet = "<%=SES01%>";
var win_gateway = "<%=SEG01%>"; var win_gateway = "<%=SEG01%>";
var win_datetime = "<%=SCL01%>"; var win_cplInternalTimestamp = "<%=SCL01%>";
var win_ntp1 = "<%=STP01%>"; var win_ntp1 = "<%=STP01%>";
var win_ntp2 = "<%=STP02%>"; var win_ntp2 = "<%=STP02%>";
var win_ntp3 = "<%=STP03%>"; var win_ntp3 = "<%=STP03%>";

View File

@@ -9,7 +9,7 @@ const initialState = {
ip: null, ip: null,
subnet: null, subnet: null,
gateway: null, gateway: null,
datetime: null, cplInternalTimestamp: null,
ntp1: null, ntp1: null,
ntp2: null, ntp2: null,
ntp3: null, ntp3: null,

View File

@@ -9,7 +9,7 @@ export async function loadWindowVariables() {
"win_ip", "win_ip",
"win_subnet", "win_subnet",
"win_gateway", "win_gateway",
"win_datetime", "win_cplInternalTimestamp",
"win_ntp1", "win_ntp1",
"win_ntp2", "win_ntp2",
"win_ntp3", "win_ntp3",