Fixed header filter widths
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
90c43c2303
commit
824c6621ab
1 changed files with 3 additions and 3 deletions
|
|
@ -80,10 +80,10 @@
|
|||
model="@{controller.resources}"
|
||||
itemRenderer="@{controller.renderer}">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Type')}" align="center" width="40px"/>
|
||||
<listheader label="${i18n:_('Type')}" align="center" width="50px"/>
|
||||
<listheader label="${i18n:_('Limiting')}" align="center" width="60px"/>
|
||||
<listheader label="${i18n:_('Name')}" sort="auto(name)" align="center" width="200px"/>
|
||||
<listheader label="${i18n:_('Code')}" align="center" width="220px"/>
|
||||
<listheader label="${i18n:_('Name')}" sort="auto(name)" align="center" width="250px"/>
|
||||
<listheader label="${i18n:_('Code')}" align="center" width="270px"/>
|
||||
<listheader label="${i18n:_('Operations')}" align="center" width="70px"/>
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue