mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 05:52:11 +01:00
added git information panel
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user