fix: Bei Aufruf Messkurve: Standard Isolationswiderstandskurve
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.380";
|
||||
const webVersion = "1.6.381";
|
||||
export default webVersion;
|
||||
|
||||
@@ -35,12 +35,12 @@ const initialState: KabelueberwachungChartState = {
|
||||
vonDatum: thirtyDaysAgo.toISOString().split("T")[0], // 30 Tage zurück
|
||||
bisDatum: today.toISOString().split("T")[0], // Heute
|
||||
selectedMode: "DIA0",
|
||||
selectedSlotType: "schleifenwiderstand",
|
||||
selectedSlotType: "isolationswiderstand",
|
||||
isChartOpen: false,
|
||||
slotNumber: null,
|
||||
tdrChartData: [],
|
||||
isFullScreen: false,
|
||||
unit: "kOhm",
|
||||
unit: "MOhm",
|
||||
};
|
||||
|
||||
// Erstellung des Slices
|
||||
|
||||
@@ -6,7 +6,7 @@ interface LoopChartTypeState {
|
||||
}
|
||||
|
||||
const initialState: LoopChartTypeState = {
|
||||
chartTitle: "Schleifenmessung", // Standardwert
|
||||
chartTitle: "Isolationsmessung", // Standardwert
|
||||
};
|
||||
|
||||
const loopChartTypeSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user