(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:
2026-05-21 14:46:23 +02:00
parent 025cd0336c
commit b55950e24a
3 changed files with 52 additions and 9 deletions

View File

@@ -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")