mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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));
|