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