mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
License viewer
Removed contact info.
This commit is contained in:
@@ -13,16 +13,13 @@ angular.module('LicenseFormDefinition', [])
|
|||||||
|
|
||||||
name: 'license',
|
name: 'license',
|
||||||
well: false,
|
well: false,
|
||||||
|
|
||||||
tabs: [{
|
tabs: [{
|
||||||
name: 'license',
|
name: 'license',
|
||||||
label: 'License'
|
label: 'License'
|
||||||
}, {
|
}, {
|
||||||
name: 'managed',
|
name: 'managed',
|
||||||
label: 'Managed Hosts'
|
label: 'Managed Hosts'
|
||||||
},{
|
|
||||||
name: 'contact',
|
|
||||||
label: 'Contact Info'
|
|
||||||
}],
|
}],
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
@@ -71,24 +68,6 @@ angular.module('LicenseFormDefinition', [])
|
|||||||
controlNGClass: 'free_instances_class',
|
controlNGClass: 'free_instances_class',
|
||||||
labelNGClass: 'free_instances_class',
|
labelNGClass: 'free_instances_class',
|
||||||
tab: 'managed'
|
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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user