mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
(function($, cloudStack) {
|
|
cloudStack.sections.plugins = {
|
|
title: 'Plugins',
|
|
show: function(args) {
|
|
return $('<div>').html('Plugins');
|
|
}
|
|
}
|
|
}(jQuery, cloudStack));
|