fleet/frontend/interfaces
Jacob Shandling aa1845a06b
UI – Fix sw detail error handling (#17478)
## Addresses:
-  unreleased bug with error handling on the vulnerability details page
- miscellaneous code and style improvements

Bug (404 and 403s not being omitted from throwing and error as
intended):

![image](https://github.com/fleetdm/fleet/assets/61553566/4d5e556e-c812-497c-85b8-bdc3af0bc805)

Fixed:
<img width="1277" alt="Screenshot 2024-03-07 at 3 37 22 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/55c28bda-7d2f-49e7-ad69-094df8d66b46">

- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
Co-authored-by: RachelElysia <71795832+RachelElysia@users.noreply.github.com>
2024-03-08 08:21:48 -08:00
..
activity.ts UI for wiping a host (#16874) 2024-02-26 14:26:30 +00:00
campaign.ts UI – Truncate long query results cells (#15079) 2023-11-10 13:31:11 -08:00
config_option.js add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
config.ts Queued scripts feature (#16300) 2024-01-29 11:37:54 -03:00
datatable_config.ts Refactor Tooltip Wrapper (#13845) 2023-11-07 13:15:49 -08:00
decorators.js add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
dropdownOption.ts Fleet Premium to Sandbox (#11372) 2023-04-27 08:53:30 -07:00
empty_table.ts Icons improvements (making frontend consistent with Figma component library) (#14185) 2023-10-31 16:06:38 +00:00
enroll_secret.ts Add/Edit/Delete enroll secret UI (#2645) 2021-11-15 16:16:06 -05:00
errors.ts UI – Fix sw detail error handling (#17478) 2024-03-08 08:21:48 -08:00
form_field.ts Define new Query interfaces for queries with scheduling features (#12676) 2023-07-12 13:22:56 -07:00
host_summary.ts (Released bugs) Fleet UI label bugs: Dynamic platform labels, chromeos dashboard filters for missing chromeos hosts (#16680) 2024-02-09 11:02:23 -05:00
host_users.ts Host Details Page: Users table (#1152) 2021-06-22 12:26:57 -07:00
host.ts merge main into feat-mdm-wipe-host 2024-03-01 17:08:41 +00:00
installer.ts Add UI for Fleet Sandbox to download prepackaged installers (#6721) 2022-07-19 14:28:06 -05:00
integration.ts Fleet UI: App-wide use of host's display_name (#8169) 2022-10-14 14:26:15 -05:00
invite.ts Fleet UI: 1 new premium role (Observer+, GitOps is hidden) (#11028) 2023-04-07 11:36:47 -04:00
label.ts Remove lowercasing of display text match when generating label filter options (#16176) 2024-01-18 11:10:50 -05:00
license.js add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
macadmins.ts Add MDM Card to Windows and All Dashboards and change mdm data source on host details page (#8960) 2022-12-16 15:12:11 -06:00
mdm.ts Fix for mdm solution rollup to handle empty string for rollup correctly. (#17366) 2024-03-05 15:48:55 +00:00
notification.ts Refactor Redux-triggered flash message component (#4795) 2022-03-31 23:42:26 -07:00
operating_system.ts more interface updates (#16644) 2024-02-15 10:35:05 -07:00
osquery_table.ts Revert "Merge front-end changes into 7765 Master Dev branch (#12905)" 2023-07-27 13:32:24 -07:00
pack.ts Frontend: Organize response interfaces into appropriate interface directories (#8742) 2022-11-18 11:25:39 -05:00
platform.ts Feature: Remote Lock for macOS, Windows and Linux (#16783) 2024-02-13 13:03:53 -05:00
policy.ts Added tooltip to Policies page stating when policy counts were last updated. (#15784) 2024-01-03 07:47:43 -06:00
query_report.ts UI – Truncate long query results cells (#15079) 2023-11-10 13:31:11 -08:00
query_stats.ts UI – 14415 frontend - host details (#15437) 2023-12-05 13:58:02 -08:00
query.ts UI – Componentize "Discard data" option and add it to Edit Query page (#14343) 2023-10-09 11:31:31 -07:00
registration_form_data.js Remove username from UI (#1168) 2021-06-24 13:42:29 -07:00
registration_form_data.ts Fix missing field in setup confirmation (#2005) 2021-09-10 18:53:28 -05:00
role.ts Fleet UI: 1 new premium role (Observer+, GitOps is hidden) (#11028) 2023-04-07 11:36:47 -04:00
schedulable_query.ts Fleet UI: Can run a live query on an edited (but not saved) existing query (#16282) 2024-01-25 13:12:59 -05:00
scheduled_query_stats.ts Frontend tech debt: Clean up 409 lint warnings (#3703) 2022-02-14 17:11:12 -05:00
scheduled_query.ts Frontend: Organize response interfaces into appropriate interface directories (#8742) 2022-11-18 11:25:39 -05:00
script.ts Expand saved scripts features for Linux hosts (#16639) 2024-02-07 15:32:51 -06:00
software.ts Fleet UI: Surface VS code extensions in UI (#17333) 2024-03-05 11:59:53 -05:00
ssoSettings.ts Fleet UI: No role = no access, refactor jsx class components to typescript functional components (#12953) 2023-08-02 11:29:49 -04:00
status_labels.ts Include MIA hosts under total count for Offline hosts (#5854) 2022-05-23 14:11:02 -05:00
target.ts Fleet UI: Fix new query bugs introduced (#14309) 2023-10-06 10:03:19 -07:00
team_subnav.ts UI – Team-level host expiry setting (#16276) 2024-01-25 18:19:49 +00:00
team.ts UI – Per-team host status webook feature (#17285) 2024-03-04 13:24:26 -08:00
user.ts Fleet UI: No role = no access, refactor jsx class components to typescript functional components (#12953) 2023-08-02 11:29:49 -04:00
version.ts Auth Redux Removal (#4924) 2022-04-07 09:08:00 -07:00
vulnerability.ts [unreleased bugs] Vuln details page: missing cards, incorrect link (#17495) 2024-03-08 10:53:02 -05:00
webhook.ts Improve live query UX (#5749) 2022-06-10 13:29:45 -05:00