forked from p15670423/monkey
UI: Change the contents of running monkeys warning on reset modal
This change makes the warning more actionable
This commit is contained in:
parent
2cac1f836b
commit
193bcdbf58
|
@ -39,7 +39,7 @@ const IslandResetModal = (props: Props) => {
|
|||
!props.allMonkeysAreDead ?
|
||||
<div className='alert alert-warning'>
|
||||
<FontAwesomeIcon icon={faExclamationTriangle} style={{'marginRight': '5px'}}/>
|
||||
Can't reset the Island while Monkey agents are still running!
|
||||
Please stop all running agents before attempting to reset the Island.
|
||||
</div>
|
||||
:
|
||||
showModalButtons()
|
||||
|
|
Loading…
Reference in New Issue