Merge pull request #1 from lmann99/add-global-dashboard-vert-scrollbar
Create vertical scroll bar on global dashboard
This commit is contained in:
commit
e12795c136
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<checkbox id="storedColumnVisible" label="${i18n:_('Show archived column data')}"
|
||||
checked="true" onCheck="dashboardControllerGlobal.showStoredColumn()"/>
|
||||
|
||||
<grid id="pipelineGrid" sclass="global-dashboard-grid">
|
||||
<grid id="pipelineGrid" sclass="global-dashboard-grid" height="500px">
|
||||
<columns>
|
||||
<column label="${i18n:_('PRE-SALES')}"/>
|
||||
<column label="${i18n:_('OFFERED')}"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue