mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Updated message shown in the 'Delete Script' modal. (#33264)
Resolves #32803 Updated message shown in the 'Delete Script' modal.
This commit is contained in:
parent
e4a6ef730f
commit
04639803b4
2 changed files with 8 additions and 4 deletions
1
changes/32803-update-msg-delete-script-modal
Normal file
1
changes/32803-update-msg-delete-script-modal
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Updated message shown in the 'Delete Script' modal.
|
||||
|
|
@ -59,11 +59,14 @@ const DeleteScriptModal = ({
|
|||
>
|
||||
<>
|
||||
<p>
|
||||
The script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
|
||||
run on pending hosts. After the script runs, its output and exit code
|
||||
will appear in the activity feed.
|
||||
This action will cancel any pending script execution for{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span>
|
||||
</p>
|
||||
<p>
|
||||
If the script is currently running on a host it will still complete,
|
||||
but results won't appear in Fleet.
|
||||
</p>
|
||||
<p>You cannot undo this action.</p>
|
||||
<div className="modal-cta-wrap">
|
||||
<Button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Reference in a new issue