added git information panel

This commit is contained in:
Sebastian Sdorra
2011-04-29 14:24:04 +02:00
parent aa4799f5b0
commit 8dda2a7e3e

View File

@@ -79,6 +79,17 @@ if ( i18n != null && i18n.country == 'de' ){
}
// register information panel
initCallbacks.push(function(main){
main.registerInfoPanel('git', {
checkoutTemplate: 'git clone <a href="{0}" target="_blank">{0}</a>',
xtype: 'repositoryExtendedInfoPanel'
});
});
// register panel
registerConfigPanel({