[Bug #898] Add column criterion type (worker or machine) in criterion types list.
FEA : ItEr72S04BugFixing
This commit is contained in:
parent
0e5bc8b01a
commit
665118ef5a
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
<columns>
|
||||
<newdatasortablecolumn label="${i18n:_('Name')}" sort="auto(lower(name))" sortDirection="ascending" />
|
||||
<newdatasortablecolumn label="${i18n:_('Code')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Type')}" />
|
||||
<newdatasortablecolumn width="60px" label="${i18n:_('Enabled')}"/>
|
||||
<newdatasortablecolumn width="200px" label="${i18n:_('Operations')}"/>
|
||||
</columns>
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
<row self="@{each='criterionType'}" value="@{criterionType}" onDoubleClick="controller.goToEditForm(self.value);">
|
||||
<label value="@{criterionType.name}" tooltiptext="@{criterionType.description}"/>
|
||||
<label value="@{criterionType.code}"/>
|
||||
<label value="@{criterionType.resource}"/>
|
||||
<checkbox disabled="true" checked="@{criterionType.enabled}"/>
|
||||
<hbox>
|
||||
<button sclass="icono" image="/common/img/ico_editar1.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue