mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Disable launch button when there are zero nodes
This commit is contained in:
parent
ca82f48c18
commit
979f549d90
@ -112,7 +112,7 @@ function VisualizerToolbar({
|
||||
<ActionButton
|
||||
id="visualizer-launch"
|
||||
variant="plain"
|
||||
isDisabled={!canLaunch}
|
||||
isDisabled={!canLaunch || totalNodes === 0}
|
||||
onClick={handleLaunch}
|
||||
>
|
||||
<RocketIcon />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user