lastTDR in CPL Verzeichnis
This commit is contained in:
@@ -54,7 +54,7 @@ function Kue705FO({
|
||||
const slot = slotIndex;
|
||||
//const fileData = `../cpl?lastTDR/slot${slot}.json`; // TDR-Daten je nach Slot laden
|
||||
if (environment === "production") {
|
||||
fileData = `CPL?/SERVICE/lastTDR/slot${slot}.json`; // Produktions-Pfad
|
||||
fileData = `/CPL?/CPL/lastTDR/slot${slot}.json`; // Produktions-Pfad
|
||||
} else {
|
||||
fileData = `/mockData/lastTDR/slot${slot}.json`; // Mock-Daten-Pfad für Entwicklung
|
||||
}
|
||||
@@ -75,7 +75,7 @@ function Kue705FO({
|
||||
const slot = slotIndex;
|
||||
//const fileData = `../cpl?4000values/slot${slot}.json`; // Schleifenmessdaten je nach Slot laden
|
||||
if (environment === "production") {
|
||||
fileData = `CPL?/SERVICE/4000values/slot${slot}.json`; // Produktions-Pfad
|
||||
fileData = `/CPL?/CPL/4000values/slot${slot}.json`; // Produktions-Pfad
|
||||
} else {
|
||||
fileData = `/mockData/4000values/slot${slot}.json`; // Mock-Daten-Pfad für Entwicklung
|
||||
}
|
||||
@@ -375,9 +375,9 @@ function Kue705FO({
|
||||
<span className="text-white text-[18px]">⟳</span>
|
||||
</button>
|
||||
|
||||
<div className="absolute bottom-[5px] left-1/2 transform -translate-x-1/2">
|
||||
<div className="top-[220px] left-[10px] text-black text-[10px]">
|
||||
<p>{currentDisplayValue}</p>
|
||||
<div className="absolute bottom-[5px] left-1/2 transform -translate-x-1/2 w-[100px] flex justify-center items-center">
|
||||
<div className="text-center text-black text-[10px]">
|
||||
<p>{currentDisplayValue + " KOhm"}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user