mirror of
https://github.com/ansible/awx.git
synced 2026-04-21 18:00:23 -02:30
14 lines
615 B
HTML
14 lines
615 B
HTML
<at-easy-modal title="vm.title" on-close="vm.onClose">
|
|
<at-form state="vm.form" autocomplete="off" id="external_test_form">
|
|
<at-input-group col="12" tab="20" state="vm.form.inputs" form-id="external_test"></at-input-group>
|
|
<at-action-group col="12" pos="right">
|
|
<at-action-button variant="tertiary" ng-click="vm.onClose()">
|
|
{{::vm.strings.get('CLOSE')}}
|
|
</at-action-button>
|
|
<at-action-button variant="primary" ng-click="vm.onSubmit()">
|
|
{{::vm.strings.get('RUN')}}
|
|
</at-action-button>
|
|
</at-action-group>
|
|
</at-form>
|
|
</at-easy-modal>
|