mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
added plugin config api
This commit is contained in:
@@ -5,8 +5,13 @@
|
||||
|
||||
var debug = true;
|
||||
var state = null;
|
||||
|
||||
// functions called after login
|
||||
var authCallbacks = [];
|
||||
|
||||
// config form panels
|
||||
var repositoryConfigPanels = [];
|
||||
|
||||
var repositoryTypeStore = new Ext.data.JsonStore({
|
||||
id: 1,
|
||||
fields: [ 'displayName', 'name' ]
|
||||
@@ -23,4 +28,4 @@ function loadState(s){
|
||||
callback(state);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user