mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix typo, add link, correct route (#9715)
This commit is contained in:
parent
24714d9b5a
commit
f85a3327b5
1 changed files with 2 additions and 1 deletions
|
|
@ -62,11 +62,12 @@ List of other features
|
||||||
- Changed default hosts per page from 100 to 50.
|
- Changed default hosts per page from 100 to 50.
|
||||||
- Support CrOS as a valid platform string for customers with ChromeOS hosts.
|
- Support CrOS as a valid platform string for customers with ChromeOS hosts.
|
||||||
- Clean tables at smaller screen widths.
|
- Clean tables at smaller screen widths.
|
||||||
- Added `meta` attribute to `GET /activitie`s endpoint that includes pagination metadata. Fixed edge case
|
- Added `meta` attribute to [`GET /api/v1/activities` API endpoint](https://fleetdm.com/docs/using-fleet/rest-api#activities) that includes pagination metadata. Fixed edge case
|
||||||
on UI for pagination buttons on activities card.
|
on UI for pagination buttons on activities card.
|
||||||
- Use stricter file permissions in `fleetctl updates add` command.
|
- Use stricter file permissions in `fleetctl updates add` command.
|
||||||
- When table only has 1 host, remove bulky tooltip overflow.
|
- When table only has 1 host, remove bulky tooltip overflow.
|
||||||
- Fixed pagination on manage host page.
|
- Fixed pagination on manage host page.
|
||||||
|
|
||||||
## Ready to upgrade?
|
## Ready to upgrade?
|
||||||
Visit our [upgrade guide](https://fleetdm.com/docs/deploying/upgrading-fleet) in the Fleet docs for instructions on updating to Fleet 4.27.0.
|
Visit our [upgrade guide](https://fleetdm.com/docs/deploying/upgrading-fleet) in the Fleet docs for instructions on updating to Fleet 4.27.0.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue