mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 09:53:17 +02:00
improve GitCGIServlet
This commit is contained in:
@@ -20,6 +20,11 @@ registerConfigPanel({
|
||||
name: 'baseUrl',
|
||||
fieldLabel: 'Base URL',
|
||||
allowBlank : false
|
||||
},{
|
||||
xtype : 'textfield',
|
||||
fieldLabel : 'Git-Http-Backend',
|
||||
name : 'gitHttpBackend',
|
||||
allowBlank : false
|
||||
}],
|
||||
|
||||
onSubmit: function(values){
|
||||
|
||||
Reference in New Issue
Block a user