mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Restore button for adding notifications
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
ng-disabled="{{options.ngDisabled}}"
|
||||
ng-show="{{options.ngShow}}"
|
||||
ng-click="$eval(options.ngClick)"
|
||||
toolbar="true"
|
||||
toolbar="true">
|
||||
<span ng-bind-html="options.buttonContent" translate></span>
|
||||
</button>
|
||||
</span>
|
||||
@@ -48,7 +48,7 @@
|
||||
ng-disabled="{{options.ngDisabled}}"
|
||||
ng-click="$eval(options.ngClick)"
|
||||
ng-show="{{options.ngShow}}"
|
||||
toolbar="true"
|
||||
toolbar="true">
|
||||
<span ng-if="options.buttonContent" ng-bind-html="options.buttonContent" translate></span>
|
||||
</button>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user