mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
fix modal exit button close
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="Form-header--fields"></div>
|
||||
<div class="Form-exitHolder">
|
||||
<button type="button" class="Form-exit" ng-click="cancelForm()">
|
||||
<button type="button" class="Form-exit" ng-click="vm.cancelForm()">
|
||||
<i class="fa fa-times-circle"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user