cloudstack/ui/marketplace/apps/testApp1/config.js

11 lines
232 B
JavaScript

(function(cloudStack) {
cloudStack.marketplace.apps.testApp1 = {
title: 'VM Creation',
vendor: 'Vendor 1',
desc: 'Desc',
supportDesc: 'Support desc',
supportContact: 'support@example.com'
};
}(cloudStack));