added repository type icons to grid

This commit is contained in:
Sebastian Sdorra
2012-10-27 13:04:30 +02:00
parent 404b47ca30
commit 94d8d9f2bf
8 changed files with 42 additions and 3 deletions

View File

@@ -100,10 +100,12 @@ initCallbacks.push(function(main){
});
});
// register panel
registerConfigPanel({
xtype : 'gitConfigPanel'
});
// register type icon
Sonia.repository.typeIcons['git'] = 'resources/images/icons/16x16/git.png';