mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
added svn information panel
This commit is contained in:
@@ -105,6 +105,15 @@ if ( i18n != null && i18n.country == 'de' ){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// register information panel
|
||||||
|
|
||||||
|
initCallbacks.push(function(main){
|
||||||
|
main.registerInfoPanel('svn', {
|
||||||
|
checkoutTemplate: 'svn checkout <a href="{0}" target="_blank">{0}</a>',
|
||||||
|
xtype: 'repositoryExtendedInfoPanel'
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// register panel
|
// register panel
|
||||||
|
|
||||||
registerConfigPanel({
|
registerConfigPanel({
|
||||||
|
|||||||
Reference in New Issue
Block a user