ItEr58S04ValidacionEProbasFuncionaisItEr57S04: [Bug #468] Implemented deletion of Virtual Workers.
The patch is small because it reuses the controller + model from Worker.
This commit is contained in:
parent
d8cf625792
commit
aa7da76554
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
|||
tooltiptext="${i18n:_('Edit')}"
|
||||
onClick="controller.goToEditVirtualWorkerForm(self.getParent().getParent().value);">
|
||||
</button>
|
||||
<button sclass="icono" image="/common/img/ico_borrar1.png"
|
||||
hoverImage="/common/img/ico_borrar.png"
|
||||
tooltiptext="${i18n:_('Delete')}"
|
||||
onClick="controller.confirmRemove(self.parent.parent.value);"/>
|
||||
|
||||
</hbox>
|
||||
</row>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue