mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
relates to #16837 This rolls up the mdm solutions by name so that we only see one instance of the mdm name. Clicking on this will then open a modal that shows the server URLs and # of hosts for the mdm solution. **Before:** <img width="759" alt="image" src="https://github.com/fleetdm/fleet/assets/1153709/2e8e6187-d987-42c3-8b8f-aa0552869578"> **After:** <img width="768" alt="image" src="https://github.com/fleetdm/fleet/assets/1153709/ff92199a-a9f8-4e42-8bb7-b626979c79d5"> **New modal:** <img width="822" alt="image" src="https://github.com/fleetdm/fleet/assets/1153709/88891630-352a-4aa6-999c-e25907a27ad0"> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
7 lines
129 B
SCSS
7 lines
129 B
SCSS
.mdm-solution-modal {
|
|
.host-count-cell {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
}
|