Skip to content

Clean up security dashboard layout

Daniel Tian requested to merge 356327-rework-security-dashboard-layout into master

Previously, security_dashboard_layout.vue was a very lightweight component that relied on its parent components to pass in slot content. This MR makes it more useful by moving the components that the parents passed down into security_dashboard_layout.vue itself. A layout issue with margins was also fixed:

Before After
ksnip_20220518-004648 ksnip_20220518-004611

Related to #356327 (closed)

Edited by Daniel Tian

Merge request reports