mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
* #1372 created dropdown for status * #1372 fixed default state for dropdown * #1372 added help text and styling * clean up * fixed linting * created changes log * fixed e2e test * created new header * clean up * added logic to edit and delete label using icons * reworked selectedFilter to support status & label * fixed multiple params in url * comment clean up * fixed tests * linting fixes * fixed height of status dropdown * bug fix for selecting status 1st, label 2nd * fixed e2e test * minor style fix for side panel label scroll * fixed label e2e test * removed SQL editor for label selection * removed edit and delete for platform labels * fixed bugs loading hosts for every label click * fixed linting * fixed basic e2e test * fixed observer basic e2e test * modified changes file * fixed bug with label replacement logic for url
5 lines
247 B
Text
5 lines
247 B
Text
- Added support for getting hosts by label and by status
|
|
- Created new dropdown on manage hosts page for status
|
|
- Removed status from sidebar
|
|
- Modified url to contain status, label or both
|
|
- Modified edit and delete buttons for labels, now icons
|