Create vertical scroll bar on global dashboard

Add height attribute to zul grid component
This commit is contained in:
lmann99 2017-01-10 22:45:12 -05:00
parent 89773995ea
commit dbdc802b98

View file

@ -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')}"/>