mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
updated initial tooltip setting
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user