fleet/frontend/pages/hosts/HostDetailsPage
gillespi314 5c23bd0d83
Handle empty states for host details (#833)
- Adds handling for edge cases of empty values for host name and other host details
- Checks for empty values (e.g., `""`, `undefined`, `null`, `NaN`) and normalizes to `"---"` for display in UI for host details page
- Wraps calls to Kolide helper functions that transform timestamps and similar data to human readable form so that the UI will display the empty state instead of calling the helper function when argument is `"---"`
2021-05-25 17:03:38 -04:00
..
PackQueriesListRow Host Details Page: Convert seconds to larger units, clean repetitive edge case code (#750) 2021-05-12 11:49:57 -04:00
SelectQueryModal Add persistent fetching to Host details page and edit query modal styles (#791) 2021-05-18 15:46:44 -05:00
SoftwareListRow Bring new style variables from teams into master (#707) 2021-04-30 17:32:50 -04:00
_styles.scss Host details page: Render team (#813) 2021-05-21 15:08:35 -04:00
helpers.js Host details page: Refetch button (frontend) (#765) 2021-05-17 19:10:59 -04:00
HostDetailsPage.jsx Handle empty states for host details (#833) 2021-05-25 17:03:38 -04:00
HostDetailsPage.tests.jsx Host details page: Refetch button (frontend) (#765) 2021-05-17 19:10:59 -04:00
index.js add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00