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:
Chris Houseknecht
2014-08-05 17:13:12 -04:00
parent 3e7ee988a2
commit 91df59611d
8 changed files with 633 additions and 427 deletions

View File

@@ -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 */