mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
8 lines
263 B
HTML
8 lines
263 B
HTML
<button class="btn at-Button{{ fill }}--{{ color }}"
|
|
ng-disabled="type !== 'cancel' && (form.disabled
|
|
|| (type === 'save' && !form.isValid))
|
|
|| (type === 'secondary' && !form.isValid)"
|
|
ng-click="action()">
|
|
{{::text}}
|
|
</button>
|