(function($, cloudStack) {
cloudStack.sections.plugins = {
title: 'Plugins',
show: function(args) {
return $('<div>').html('Plugins');
}
}(jQuery, cloudStack));