mirror of
https://github.com/fleetdm/fleet
synced 2026-05-12 03:28:48 +00:00
- Add functionality to parse sql for platform compatibility based on osquery tables - Surface query-platform compatibility in create/edit query form - Surface query-platform compatibility as new column in manage queries table - Add filter-by-platform feature to manage queries table - Refactor manage queries page to useQuery and useContext patterns
10 lines
149 B
SCSS
10 lines
149 B
SCSS
.platform-cell {
|
|
&__icon {
|
|
height: 12px;
|
|
width: auto;
|
|
padding-right: $pad-small;
|
|
}
|
|
&__muted {
|
|
color: $ui-fleet-black-50;
|
|
}
|
|
}
|