File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
administrator/components/com_workflow/resources/scripts/components Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22 <div
33 id =" workflow-app"
44 class =" d-flex flex-column flex-grow-1 min-vh-80"
5- role =" application"
65 >
76 <div
87 id =" workflow-title"
98 class =" d-flex flex-column flex-shrink-0"
10- role =" banner"
119 >
1210 <WorkflowTitlebar
1311 :save-status =" saveStatus"
1715 <div
1816 id =" main-canvas"
1917 class =" flex-grow-1 position-relative"
20- role =" main"
2118 >
2219 <WorkflowCanvas
2320 ref =" canvas"
Original file line number Diff line number Diff line change 22 <section
33 class =" d-flex flex-wrap align-items-center justify-content-between"
44 aria-labelledby =" workflow-title"
5- role =" region"
65 >
76 <div class =" col-md-6 d-flex flex-column" >
87 <h2 class =" mb-2" >
Original file line number Diff line number Diff line change 22 <div
33 class =" w-100 h-100 position-relative"
44 role =" region"
5+ aria-label =" Workflow Canvas"
56 >
67 <VueFlow
78 v-if =" !loading && !error"
2526 <Background
2627 pattern-color =" var(--body-color)"
2728 :gap =" 16"
29+ :aria-label =" translate('COM_WORKFLOW_GRAPH_BACKGROUND')"
30+ :title =" translate('COM_WORKFLOW_GRAPH_BACKGROUND')"
2831 />
2932
3033 <button
You can’t perform that action at this time.
0 commit comments