8.4. Daten anfordern
This commit is contained in:
@@ -11,6 +11,10 @@ const LoopTDRChartActionBar: React.FC = () => {
|
||||
|
||||
console.log(`Daten abrufen für Zeitraum: ${von} bis ${bis}`);
|
||||
// API-Call hier mit den neuen Daten (z.B. location.href="...&DIA1=von;bis")
|
||||
const host = window.location.host;
|
||||
//const testUrl = `https://${host}?DIA1=${von};${bis}`;
|
||||
const testUrl =
|
||||
"https://10.10.0.118/CPL?kabelueberwachung&DIA1=2025;01;01;2025;07;31;2;4";
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user