mirror of
https://github.com/fleetdm/fleet
synced 2026-04-27 16:37:55 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #32632 # Details Resolves a couple of issues caught in QA: 1. Script uploader now shows correct icon in empty state, *nix shell script uploaded and Powershell script uploaded: <img width="640" alt="image" src="https://github.com/user-attachments/assets/7467d596-f3f9-43a3-9bfc-bb08d56e2c2b" /> <img width="640" height="360" alt="image" src="https://github.com/user-attachments/assets/6d148672-38a5-49d1-b0ca-cb9e5d992b81" /> <img width="640" height="314" alt="image" src="https://github.com/user-attachments/assets/b4dc3069-f54d-40d1-b7ef-3d1afc1a2e21" /> 2. Updated title text for profile upload from "Update configuration profile" to "Upload configuration profile" <img width="640" height="275" alt="image" src="https://github.com/user-attachments/assets/3daead86-3b40-415a-8472-6895402840bd" /> <img width="640" height="579" alt="image" src="https://github.com/user-attachments/assets/40583c0f-83a6-4800-be21-f9e6fd5304d3" /> # Checklist for submitter ## Testing - [X] QA'd all new/changed functionality manually For unreleased bug fixes in a release candidate, one of: - [X] Confirmed that the fix is not expected to adversely impact load test results
1 line
66 B
TypeScript
1 line
66 B
TypeScript
export { default, ISupportedGraphicNames } from "./FileUploader";
|