mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user