mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 11:13:16 +02:00
set autoheight for repositorybrowser
This commit is contained in:
@@ -103,6 +103,7 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
|
||||
});
|
||||
|
||||
var config = {
|
||||
autoHeight: true,
|
||||
autoExpandColumn: 'description',
|
||||
title: String.format(this.repositoryBrowserTitleText, this.repository.name),
|
||||
store: browserStore,
|
||||
|
||||
Reference in New Issue
Block a user