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