Export Button geht jetzt
Dieser Commit ist enthalten in:
@@ -660,7 +660,9 @@
|
||||
}
|
||||
|
||||
function exportReport(format) {
|
||||
alert(`Export-Funktion wird implementiert für Format: ${format.toUpperCase()}`);
|
||||
// Redirect to export endpoint with format parameter
|
||||
const hours = 24; // Default to 24 hours
|
||||
window.location.href = `/export/monitoring?format=${format}&hours=${hours}`;
|
||||
}
|
||||
|
||||
// Countdown timer
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren