mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 13:21:48 -05:00
License
Updated language changes. Dropping mention of 'grace period' when trial flag set. Showing existing license JSON in the license text field when appropriate. Updated unit tests.
This commit is contained in:
@@ -1246,10 +1246,10 @@ input[type="checkbox"].checkbox-no-label {
|
||||
|
||||
/* license modal */
|
||||
#license-modal-dialog {
|
||||
textarea:read-only,
|
||||
input:read-only {
|
||||
background-color: #F9F9F9;
|
||||
border: 1px solid #F5F5F5;
|
||||
input[readonly],
|
||||
textarea[readonly] {
|
||||
background-color: #FBFBFB;
|
||||
border: 1px solid #E0E0E0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user