mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
16 lines
748 B
HTML
16 lines
748 B
HTML
<div class="at-LaunchTemplate">
|
|
<button
|
|
type="button"
|
|
aria-label="{{:: vm.strings.get('launchTemplate.BUTTON_LABEL') }}"
|
|
ng-class="{'at-LaunchTemplate--button': !vm.showTextButton, 'btn btn-sm Form-primaryButton': vm.showTextButton, 'Form-button--disabled': vm.disabled}"
|
|
ng-click="vm.startLaunchTemplate()"
|
|
aw-tool-tip="{{ vm.launchTooltip }}"
|
|
data-tip-watch="vm.launchTooltip"
|
|
data-placement="top"
|
|
>
|
|
<i class="icon-launch" ng-show="!vm.showTextButton"></i>
|
|
<span ng-show="vm.showTextButton">{{:: vm.strings.get('launchTemplate.BUTTON_LABEL') }}</span>
|
|
</button>
|
|
<prompt prompt-data="vm.promptData" on-finish="vm.launchTemplateWithPrompts()"></prompt>
|
|
</div>
|