mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
imporve plugin system
This commit is contained in:
@@ -39,7 +39,7 @@ Sonia.plugin.Grid = Ext.extend(Sonia.rest.Grid, {
|
||||
initComponent: function(){
|
||||
|
||||
var pluginStore = new Sonia.rest.JsonStore({
|
||||
url: restUrl + 'plugins.json',
|
||||
url: restUrl + 'plugins/installed.json',
|
||||
root: 'plugin-information',
|
||||
fields: [ 'name', 'author', 'description', 'url', 'version' ],
|
||||
sortInfo: {
|
||||
|
||||
Reference in New Issue
Block a user