mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 13:01:47 -05:00
change workflow editor to workflow visualizer
This commit is contained in:
@@ -1728,8 +1728,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
button.label = i18n._('View Survey');
|
||||
button['class'] = 'Form-surveyButton';
|
||||
}
|
||||
if (btn === 'workflow_editor') {
|
||||
button.label = i18n._('Workflow Editor');
|
||||
if (btn === 'workflow_visualizer') {
|
||||
button.label = i18n._('Workflow Visualizer');
|
||||
button['class'] = 'Form-primaryButton';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user