mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Lint fix in frontend/fleet/helpers.ts (#1518)
This commit is contained in:
parent
3603fb9ca5
commit
4c1e867ea9
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ const labelStubs = [
|
|||
{
|
||||
id: "online",
|
||||
count: 0,
|
||||
description:
|
||||
"Hosts that have recently checked-in to Fleet.",
|
||||
description: "Hosts that have recently checked-in to Fleet.",
|
||||
display_text: "Online",
|
||||
slug: "online",
|
||||
statusLabelKey: "online_count",
|
||||
|
|
|
|||
Loading…
Reference in a new issue