- Redesigned with simpler card-based grid layout - Added grid/list view toggle - Cleaner status badges (ONLINE/OFFLINE) - Simplified stats display (2 stats per card) - Removed complex animations and effects - Easier to read and scan quickly - Consistent spacing and typography
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"pages": {
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
],
|
|
"/api/monitor/route": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/api/monitor/route.js"
|
|
]
|
|
}
|
|
} |