mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
parent
842c258d7c
commit
9bf9a162fc
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ const RunScriptModal = ({
|
|||
{!isLoading && isError && <DataError />}
|
||||
{!isLoading && !isError && (!tableData || tableData.length === 0) && (
|
||||
<EmptyTable
|
||||
header="No scripts are available for this host"
|
||||
info="Expecting to see scripts? Try selecting “Refetch” to ask the host to report new vitals."
|
||||
header="No scripts available for this host"
|
||||
info="Expecting to see scripts? Close this modal and try again."
|
||||
/>
|
||||
)}
|
||||
{!isLoading && !isError && tableData && tableData.length > 0 && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue