mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Adds id to workflow visualizer start screen button
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user