improve GitCGIServlet

This commit is contained in:
Sebastian Sdorra
2010-10-12 14:56:29 +02:00
parent 030b2e8db0
commit 9396e9e86a
6 changed files with 144 additions and 72 deletions

View File

@@ -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){