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

@@ -25,13 +25,18 @@ angular.module('LicenseFormDefinition', [])
fields: {
license_status: {
type: 'custom',
control: "<div class=\"license-status\" ng-class=\"status_color\"><i class=\"fa fa-circle\"></i> " +
"{{ license_status }}</span></div>",
control: "<div class=\"license-status\" ng-class=\"status_color\"><i class=\"fa fa-circle\"></i> {{ license_status }}</div>",
readonly: true,
tab: 'license'
},
tower_version: {
label: 'Tower Version',
type: 'text',
readonly: true,
tab: 'license'
},
license_key: {
label: 'Key',
label: 'License Key',
type: 'textarea',
'class': 'modal-input-xlarge',
readonly: true,