mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
added extjs ui
This commit is contained in:
12
scm-webapp/src/main/webapp/resources/js/global.js
Normal file
12
scm-webapp/src/main/webapp/resources/js/global.js
Normal 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
|
||||
});
|
||||
Reference in New Issue
Block a user