mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update UI pending script message (#16427)
This commit is contained in:
parent
ae87519938
commit
a01bc79328
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ const StatusMessageRunning = () => (
|
|||
<div className={`${baseClass}__status-message`}>
|
||||
<p>
|
||||
<Icon name="pending-outline" />
|
||||
Script is running. To see if the script finished, close this modal and
|
||||
open it again.
|
||||
Script is running or will run when the host comes online.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue