updated initial tooltip setting

This commit is contained in:
John Mitchell 2019-02-21 16:07:27 -05:00
parent 14e9923037
commit 200028b269
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -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');