mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Update compliance wording in UI on license page
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<div class="License-field">
|
<div class="License-field">
|
||||||
<div class="License-field--label" translate>Subscription</div>
|
<div class="License-field--label" translate>Subscription</div>
|
||||||
<div class="License-field--content">
|
<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-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>Invalid</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>
|
</div>
|
||||||
<div class="License-field">
|
<div class="License-field">
|
||||||
|
|||||||
Reference in New Issue
Block a user