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 |
|
Gabriel Hernandez
|
b8fa08b53c
|
implement mdm scripts page UI (#10092)
relates to #9831
Implements the mdm mac OS scripts UI. This is just the UI atm and is not
accessible in the application at the moment.
|
2023-03-06 15:03:48 +00:00 |
|
Gabriel Hernandez
|
ba38696ada
|
fix UI styling for custom settings page (#10016)
|
2023-02-22 12:56:49 -06:00 |
|
Gabriel Hernandez
|
a11e2cce3d
|
implement UI for uploading, downloading, deleting macOS profiles (#9901)
relates to #9593
Implements the UI for users to upload, download, and delete macos
profiles

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [ ] Added/updated tests
- [x] Manual QA for all new/changed functionality
|
2023-02-21 15:31:19 +00:00 |
|