License viewer

Removed contact info.
This commit is contained in:
Chris Houseknecht
2014-07-23 11:27:06 -04:00
parent eb40fc1265
commit 99966760bb

View File

@@ -20,9 +20,6 @@ angular.module('LicenseFormDefinition', [])
}, { }, {
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'
} }
} }
}); });