jacobshandling
33fa8f2fe9
UI – adjust disk encryption table style ( #20981 )
...
## #20395
<img width="778" alt="Screenshot 2024-08-01 at 7 15 00 PM"
src="https://github.com/user-attachments/assets/26fc82c0-d3e9-4e0d-b27d-82be63711fa9 ">
- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2024-08-02 08:24:10 -07:00
RachelElysia
cc5ec6d8ed
Fleet UI: Fix os version pagination to 8 pp ( #20410 )
2024-07-12 16:04:59 -04:00
Gabriel Hernandez
917e83e2ff
change TextCell so that we are rendering '0' value as a number and re… ( #19441 )
...
relates to #19433
Makes the rendering of empty text cell values consistent. We also want
to render the '0' value as a number instead of the default value `---`
with greyed styles.
**Before:**

**After:**

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Sarah Gillespie <73313222+gillespi314@users.noreply.github.com>
2024-06-11 12:54:24 +01:00
Gabriel Hernandez
1ca3e3e7ff
remove unneeded table boarders on mdm page ( #17492 )
...
remove unneeded header boarders on mdm pages.
**before:**

**after:**

- [x] Manual QA for all new/changed functionality
2024-03-08 15:46:38 +00:00
Jacob Shandling
1cf7362968
Merge branch 'main' into 15919-vulnerabilities-page
2024-02-21 10:58:58 -08:00
RachelElysia
0f727001d7
[Styling released bugs] Fleet UI: Consistent capitalization, consistent empty state header ( #16883 )
2024-02-15 13:32:55 -05:00
RachelElysia
0ec010976a
Frontend : Vulnerability changes to existing pages ( #16601 )
2024-02-15 10:35:05 -07:00
RachelElysia
82887fc90c
Frontend: Cleanup 42 js warnings ( #16219 )
2024-01-23 09:16:10 -05:00
Luke Heath
1ab9a5b4b2
Remove duplicate view all link on encryption table ( #15942 )
2024-01-08 16:40:05 -06:00
Jacob Shandling
d2359675d4
Merge branch 'main' into 14415
2023-12-11 13:52:45 -08:00
Jacob Shandling
333674b051
UI – Host query report page ( #15511 )
...
## Addresses second major part of #15011 (item 3) – Host query report
_Note for reviewers: The most important files here are:_
- HostQueryReport.tsx
- HQRTable.tsx
- HQRTableConfig.tsx
_The rest are associated API services, interfaces, helpers, routes,
styles, and miscellanious code improvements I made along the way._
____________
### See linked issue for enumeration of feature-related tasks
<img width="1230" alt="Screenshot 2023-12-08 at 4 23 50 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/4ae4b41b-9209-4afa-ae50-8844d01ff8fd ">
<img width="1230" alt="collecting"
src="https://github.com/fleetdm/fleet/assets/61553566/061ac2bc-899f-4b29-91ba-36ebecf5ce58 ">
<img width="1230" alt="Screenshot 2023-12-08 at 4 24 39 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/f8b25e01-fe3b-47e6-b980-eba9538b1a01 ">
<img width="1230" alt="Screenshot 2023-12-08 at 4 25 01 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/46360274-8500-494c-8fb7-3a1d45347ce0 ">
Re-routes to host details > queries if:
- query reports are globally disabled:
https://github.com/fleetdm/fleet/assets/61553566/ac67da8c-57bc-4d9b-96be-daf3b198e704
- query has `Discard data` enabled:
https://github.com/fleetdm/fleet/assets/61553566/b797dd24-9893-4360-bf40-b80298848864
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-12-08 16:54:24 -08:00
Martin Angers
8b7d1a7e47
Remove Windows MDM feature flag ( #15167 )
...
For #14959
---------
Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
2023-12-07 14:24:32 -03:00
gillespi314
632e21ce55
Add OS settings filter to UI ( #14412 )
2023-10-12 10:57:58 -05:00
Marcos Oviedo
f0d77ab3db
Merging Bitlocker feature branch ( #14350 )
...
This relates to #12577
---------
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
Co-authored-by: Roberto Dip <dip.jesusr@gmail.com>
2023-10-06 19:04:33 -03:00
Gabriel Hernandez
575c0af92a
Revert "add windows bitlocker to mdm controls page ( #13953 )" ( #13979 )
...
revert windows bitlocker UI work
2023-09-18 18:25:49 +01:00
Gabriel Hernandez
db8c79aa2a
add windows bitlocker to mdm controls page ( #13953 )
...
relates to #12926
This implements the changes to the Controls page that add the windows
Bitlocker functionality.
There is some work that needs to be complete when the API is done. For
now we are mocking the new disk encryption API response
**new column for windows hosts:**

also includes various other changes behind the scenes that include
windows hosts into the disk encryption as well as changes to the
profiles status summary to use StatusIndicatorWithIcon
- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files )
for more information.
- [x] Manual QA for all new/changed functionality
2023-09-18 15:22:18 +01:00
Gabriel Hernandez
fa252e4977
Update controls tabs to show mdm disabled UI state per tab ( #13794 )
...
relates to #9831
Update Controls page to individually show the mdm disabled UI state per
tab. Before this was done across the entire control page:

Also, refactors the code to be less specific to mac OS.
- [x] Manual QA for all new/changed functionality
2023-09-11 12:52:24 +01:00