(ui) Add dashboard section responsive hooks
Give dashboard summary, trends, and host sections dedicated layout hooks and tighten their responsive behavior so metrics and host cards remain readable on narrower screens. Refs #38
This commit is contained in:
@@ -107,6 +107,9 @@ class ViewTests(TestCase):
|
||||
self.assertContains(response, "dashboard-panel-schedules")
|
||||
self.assertContains(response, "dashboard-panel-activity")
|
||||
self.assertContains(response, "dashboard-panel-storage")
|
||||
self.assertContains(response, "dashboard-summary-grid")
|
||||
self.assertContains(response, "dashboard-trends-panel")
|
||||
self.assertContains(response, "dashboard-hosts-panel")
|
||||
self.assertContains(response, "Dashboard")
|
||||
self.assertContains(response, "web-01")
|
||||
self.assertContains(response, "20260519-021500Z__ABCDEFGH")
|
||||
|
||||
Reference in New Issue
Block a user