awx/awx/ui/client/lib/components/form/action.partial.html

6 lines
181 B
HTML

<button class="btn at-Button{{ fill }}--{{ color }}"
ng-disabled="form.disabled || (type === 'save' && !form.isValid)"
ng-click="action()">
{{::text}}
</button>