mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
License
30 day trial modifiations. Refactored Access helper and created a new License helper. Removed ansible/License module. Created a new license viewer that allows admin user to update the license key. Nag message at login now differentiates between admin and non-admin user.
This commit is contained in:
@@ -1224,9 +1224,13 @@ input[type="checkbox"].checkbox-no-label {
|
||||
/* End Jobs Page */
|
||||
|
||||
|
||||
/* License Accordion */
|
||||
#license-collapse .ui-accordion-content {
|
||||
overflow: hidden;
|
||||
/* license modal */
|
||||
#license-modal-dialog {
|
||||
textarea:read-only,
|
||||
input:read-only {
|
||||
background-color: #F9F9F9;
|
||||
border: 1px solid #F5F5F5;
|
||||
}
|
||||
}
|
||||
|
||||
/* Inventory nav links */
|
||||
|
||||
Reference in New Issue
Block a user