mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
License viewer
Removed contact info.
This commit is contained in:
parent
eb40fc1265
commit
99966760bb
@ -13,16 +13,13 @@ angular.module('LicenseFormDefinition', [])
|
||||
|
||||
name: 'license',
|
||||
well: false,
|
||||
|
||||
|
||||
tabs: [{
|
||||
name: 'license',
|
||||
label: 'License'
|
||||
}, {
|
||||
name: 'managed',
|
||||
label: 'Managed Hosts'
|
||||
},{
|
||||
name: 'contact',
|
||||
label: 'Contact Info'
|
||||
}],
|
||||
|
||||
fields: {
|
||||
@ -71,24 +68,6 @@ angular.module('LicenseFormDefinition', [])
|
||||
controlNGClass: 'free_instances_class',
|
||||
labelNGClass: 'free_instances_class',
|
||||
tab: 'managed'
|
||||
},
|
||||
company_name: {
|
||||
label: 'Company',
|
||||
type: 'text',
|
||||
readonly: true,
|
||||
tab: 'contact'
|
||||
},
|
||||
contact_name: {
|
||||
label: 'Contact',
|
||||
type: 'text',
|
||||
readonly: true,
|
||||
tab: 'contact'
|
||||
},
|
||||
contact_email: {
|
||||
label: 'Contact Email',
|
||||
type: 'text',
|
||||
readonly: true,
|
||||
tab: 'contact'
|
||||
}
|
||||
}
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user