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

Merge remote-tracking branch 'origin/master' into feature-3175

This commit is contained in:
Carlos Martín 2014-10-24 15:38:38 +02:00
commit 60d161b257

View File

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