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

Bug #3251: Highlight row in multiple choice selection

This commit is contained in:
Carlos Martín 2014-10-24 15:38:03 +02:00
parent 825e9d82a8
commit 7a2c9f0372

View File

@ -6565,6 +6565,8 @@ function selectResourceTableSelect(section, context_id, opts){
}
$('.alert-box', section).hide();
dataTable_select.fnDraw();
} else {
var dataTable_select = $('#datatable_'+context_id, section).dataTable();