feat: style panel #1

Merged
airex merged 6 commits from feat/style-panel into develop 2025-06-16 10:12:36 +00:00
2 changed files with 89 additions and 11 deletions
Showing only changes of commit cde27d37e3 - Show all commits

View File

@@ -17,12 +17,12 @@ login_manager.init_app(app)
PC_DETAILS = {
"PC1": {
"id": "PC1",
"status": "Online",
"status": "online",
"last_seen": "2023-10-01 12:00:00",
},
"PC2": {
"id": "PC2",
"status": "Offline",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
}