mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Implemented a real-time console log streaming via WebSocket for debugging purposes. Users can enable console output in settings to view application logs directly in the web interface.
This commit is contained in:
@@ -462,6 +462,11 @@ button.bg-red-500:hover, button.bg-red-600:hover {
|
||||
color: rgb(107 114 128);
|
||||
}
|
||||
|
||||
/* Console output text colors */
|
||||
.text-gray-100 {
|
||||
color: #f3f4f6;
|
||||
}
|
||||
|
||||
#wsTooltip .border-gray-700 {
|
||||
border-color: rgb(55 65 81);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user