Gabriel Hernandez
|
9484ac30bc
|
add UI for certificate authority list (#26955)
For #26605
This is the UI for the certificate authority list that shows the added
CAs. This includes:
**new CA section and list on integration page**

**empty CA list state**

**gitops mode on add CA card and CA list**


- [ ] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
|
2025-03-11 14:31:02 +00:00 |
|
RachelElysia
|
df8e753e71
|
Fleet UI: Consistent table row clickability (#26022)
|
2025-02-04 14:05:22 -05:00 |
|
RachelElysia
|
a5dc73b42a
|
Frontend of iOS/iPadOS as platforms/labels (#20157)
|
2024-07-09 09:18:00 -04:00 |
|
Martin Angers
|
f5f66ebe63
|
Unify profiles database identifier to profile_uuid for macOS and Windows profiles. (#15297)
|
2023-12-04 10:04:06 -05:00 |
|
Jacob Shandling
|
376be83062
|
UI – Add support for Windows powershell scripts (#15128)
## Addresses #14752
### (see issue for detailed list of features implemented)




- Also addresses #15140:

- Align host details > scripts > Status cells' icon alignments (see
misaligned "pending" icon above):

## Checklist for submitter
- [x] Changes file added for user-visible changes in `changes/`
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
|
2023-11-15 11:28:57 -08:00 |
|
Roberto Dip
|
9ffa11c25d
|
Feat: saved scripts (#14409)
For #9537
|
2023-10-10 19:00:45 -03: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 |
|
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 |
|