mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Adds id to workflow visualizer start screen button
This commit is contained in:
parent
bc08c02b89
commit
2ef57e0221
@ -37,6 +37,7 @@ function VisualizerStartScreen({ i18n }) {
|
||||
<StartPanel>
|
||||
<p>{i18n._(t`Please click the Start button to begin.`)}</p>
|
||||
<Button
|
||||
id="visualizer-start"
|
||||
aria-label={i18n._(t`Start`)}
|
||||
onClick={() =>
|
||||
dispatch({ type: 'START_ADD_NODE', sourceNodeId: 1 })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user