cloudstack/ui/plugins/plugins.js

7 lines
122 B
JavaScript

(function($, cloudStack) {
cloudStack.plugins.load([
'testPlugin1',
'testPlugin2'
]);
}(jQuery, cloudStack));