mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
(function($, cloudStack) {
|
|
cloudStack.sections.plugins = {
|
|
title: 'Plugins',
|
|
show: cloudStack.uiCustom.plugins
|
|
}
|
|
}(jQuery, cloudStack));
|