mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +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
14 lines
223 B
SCSS
14 lines
223 B
SCSS
.internal-link-cell {
|
|
|
|
&__content {
|
|
font: $x-small;
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
display: inline-flex;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|