gillespi314
|
747c752655
|
Fix unreleased UI bug to show team-level enable end user auth checkbox (#12279)
|
2023-06-12 09:52:38 -05:00 |
|
gillespi314
|
2213a70241
|
Fix unreleased bugs: macOS setup for IdP is missing preview image and functionality (#12255)
|
2023-06-09 13:06:24 -05:00 |
|
Gabriel Hernandez
|
75212d81d4
|
Feat UI add end user auth to controls page (#11991)
relates to #11002
Implements the UI for mdm macos setup end user authentication page.


- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
|
2023-06-02 14:14:39 +01:00 |
|
Roberto Dip
|
c856ee4732
|
fix a handful of minor UI issues for the bootstrap package flow (#11393)
#11392
|
2023-04-27 16:52:31 -03:00 |
|
Gabriel Hernandez
|
02a2a1e0f5
|
add os-setup-preview and reuse empty table for empty state (#11379)
relates to #10935
This adds the os setup gif and also reuses the EmptyTable component for
the empty state on the mac setup page.

- [x] Manual QA for all new/changed functionality
|
2023-04-27 18:05:07 +01:00 |
|
Gabriel Hernandez
|
bd9176d67e
|
UI for bootstrap package flows (#11288)
relates to #10935
This is the UI for all the flows around adding, removing, downloading,
and viewing information about a bootstrap package for fleet mdm. This is
pretty comprehensive but includes:
### Backend
**Update `Get host/id`** to include bootstrap package name
```json
{
"macos_setup": {
...
"bootstrap_package_name": "test.pkg"
}
}
```
### Frontend
**UI for ABM not being set up**:

**UIs for uploading, downloading, and deleting bootstrap package**:



**UIs for seeing bootstrap status aggregate data**

**UIs for filtering hosts by bootstrap status**

**UIs for seeing package status on host details and my device page**:


- [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
---------
Co-authored-by: Roberto Dip <dip.jesusr@gmail.com>
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
|
2023-04-27 16:10:41 +01:00 |
|