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