mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Merge pull request #2799 from ansible/jakemcdermott-readonly-viz
don't conditionally hide workflow viz templates list button Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
tooltip="{{:: vm.strings.get('listActions.COPY', vm.getType(template)) }}">
|
tooltip="{{:: vm.strings.get('listActions.COPY', vm.getType(template)) }}">
|
||||||
</at-row-action>
|
</at-row-action>
|
||||||
<at-row-action icon="fa-sitemap" ng-click="vm.openWorkflowVisualizer(template)"
|
<at-row-action icon="fa-sitemap" ng-click="vm.openWorkflowVisualizer(template)"
|
||||||
ng-show="!vm.isPortalMode && template.summary_fields.user_capabilities.edit"
|
ng-show="!vm.isPortalMode"
|
||||||
ng-if="template.type === 'workflow_job_template'"
|
ng-if="template.type === 'workflow_job_template'"
|
||||||
tooltip="{{:: vm.strings.get('list.OPEN_WORKFLOW_VISUALIZER') }}">
|
tooltip="{{:: vm.strings.get('list.OPEN_WORKFLOW_VISUALIZER') }}">
|
||||||
</at-row-action>
|
</at-row-action>
|
||||||
|
|||||||
Reference in New Issue
Block a user