Scott Gress
2e1ce02796
UI for managing custom variables ( #31875 )
...
for #31054
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files )
for more information.
## Testing
- [ ] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing )
(updates to one hosts's records do not affect another)
- [X] QA'd all new/changed functionality manually
2025-08-15 08:24:55 -05:00
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
jacobshandling
53afcecaff
UI – Add on-hover shadow and on row click functionality to script list items ( #25995 )
2025-02-04 09:27:52 -08:00
RachelElysia
576dcff1a7
Fleet UI: Add script content modal to UI in various places ( #23461 )
2024-11-06 12:48:11 -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
Gabriel Hernandez
da20214938
Create new ListItem and FileUploader component and use on controls page ( #15103 )
...
This adds a new ListItem component and FileUploader component and
updates the Custom settings and scripts page to use this new ListItem
component.
This List component centralises where the markup and styles live. We
still need to update the bootstrap list item and eula upload list item
but will do that in the future.
- [x] Manual QA for all new/changed functionality
2023-11-13 15:30:22 -08:00