added extjs ui

This commit is contained in:
Sebastian Sdorra
2010-09-04 16:36:25 +02:00
parent 87599bf277
commit 215060a6a5
902 changed files with 92071 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
var repositoryTypes = [ ['Mercurial', 'hg'], ['Subversion','svn'], ['Git','git'] ];
var repositoryTypeStore = new Ext.data.ArrayStore({
id: 1,
fields: [ 'name', 'type' ],
data: repositoryTypes
});