File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ under the License.
16811681 <script type =" text/javascript" src =" scripts/vm_snapshots.js?t=<%= now % >" ></script >
16821682
16831683 <!-- Plugins -->
1684- <script type =" text/javascript" src =" scripts/ui-custom/plugins .js?t=<%= now % >" ></script >
1684+ <script type =" text/javascript" src =" scripts/ui-custom/pluginListing .js?t=<%= now % >" ></script >
16851685 <script type =" text/javascript" src =" plugins/plugins.js?t=<%= now % >" ></script >
16861686 <script type =" text/javascript" src =" scripts/plugins.js?t=<%= now % >" ></script >
16871687 </body >
Original file line number Diff line number Diff line change 5151
5252 cloudStack . sections . plugins = {
5353 title : 'label.plugins' ,
54- show : cloudStack . uiCustom . plugins
54+ show : cloudStack . uiCustom . pluginListing
5555 } ;
5656
5757 // Load plugins
7070 ui : pluginAPI
7171 } ) ;
7272 } ) ;
73-
74- // Load CSS
7573 } ) ;
7674} ( jQuery , cloudStack , require ) ) ;
Original file line number Diff line number Diff line change 9595 }
9696 } ;
9797
98- cloudStack . uiCustom . plugins = function ( ) {
98+ cloudStack . uiCustom . pluginListing = function ( ) {
9999 var plugins = cloudStack . plugins ;
100100
101101 return elems . pluginListing ( {
You can’t perform that action at this time.
0 commit comments