mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
updated initial tooltip setting
This commit is contained in:
parent
14e9923037
commit
200028b269
@ -21,7 +21,7 @@ function atLaunchTemplateCtrl (
|
||||
const jobTemplate = new JobTemplate();
|
||||
const workflowTemplate = new WorkflowTemplate();
|
||||
vm.strings = componentsStrings;
|
||||
vm.strings.get('launchTemplate.DEFAULT');
|
||||
vm.launchTooltip = vm.strings.get('launchTemplate.DEFAULT');
|
||||
|
||||
$scope.$watch('vm.disabled', (val) => {
|
||||
vm.launchTooltip = (val) ? vm.strings.get('launchTemplate.DISABLED') : vm.strings.get('launchTemplate.DEFAULT');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user