mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
relates to #22374 > NOTE: we still need integration with the API which will be done in another PR. >NOTE: Please review https://github.com/fleetdm/fleet/pull/22651 first, as this PR is based off of that branch. This adds the UI for uploading a setup experience script. this includes: **setup experience script uploader:**  **script card:**  **delete script modal:**  **script run preview:**  <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [ ] Added/updated tests - [x] Manual QA for all new/changed functionality
1 line
51 B
TypeScript
1 line
51 B
TypeScript
export { default } from "./SetupExperienceScript";
|