1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Bug #2056: re-check resource row after refresh

This commit is contained in:
Tino Vazquez 2013-09-17 16:51:12 +02:00
parent 27db93832b
commit 33d14dc20e

View File

@ -285,6 +285,7 @@ function updateSingleElement(element,dataTable,tag){
var position = dataTable.fnGetPosition(tr);
dataTable.fnUpdate(element,position,undefined,false);
recountCheckboxes(dataTable);
$('input.check_item',tr).attr('checked','checked');
}
function getElementData(id, resource_tag, dataTable){