- Deleted `app_new.py`, which was previously the main entry point for the dashboard application, to streamline the codebase. - Consolidated the application initialization and callback registration logic into `main.py`, enhancing modularity and maintainability. - Updated the logging and error handling practices in `main.py` to ensure consistent application behavior and improved debugging capabilities. These changes simplify the application structure, aligning with project standards for modularity and maintainability.
12 lines
518 B
JSON
12 lines
518 B
JSON
[
|
|
{"label": "🕐 Last 1 Hour", "value": "1h"},
|
|
{"label": "🕐 Last 4 Hours", "value": "4h"},
|
|
{"label": "🕐 Last 6 Hours", "value": "6h"},
|
|
{"label": "🕐 Last 12 Hours", "value": "12h"},
|
|
{"label": "📅 Last 1 Day", "value": "1d"},
|
|
{"label": "📅 Last 3 Days", "value": "3d"},
|
|
{"label": "📅 Last 7 Days", "value": "7d"},
|
|
{"label": "📅 Last 30 Days", "value": "30d"},
|
|
{"label": "📅 Custom Range", "value": "custom"},
|
|
{"label": "🔴 Real-time", "value": "realtime"}
|
|
] |