mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Update compliance wording in UI on license page
This commit is contained in:
parent
22e68fe973
commit
0a839430e7
@ -7,8 +7,8 @@
|
||||
<div class="License-field">
|
||||
<div class="License-field--label" translate>Subscription</div>
|
||||
<div class="License-field--content">
|
||||
<span class="License-greenText" ng-show='compliant'><i class="fa fa-circle License-greenText"></i><translate>Valid</translate></span>
|
||||
<span class="License-redText" ng-show='compliant !== undefined && !compliant'><i class="fa fa-circle License-redText"></i><translate>Invalid</translate></span>
|
||||
<span class="License-greenText" ng-show='compliant'><i class="fa fa-circle License-greenText"></i><translate>Compliant</translate></span>
|
||||
<span class="License-redText" ng-show='compliant !== undefined && !compliant'><i class="fa fa-circle License-redText"></i><translate>Out of Compliance</translate></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="License-field">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user