mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
feature #2746: Fix fa-times event for data tables
This commit is contained in:
parent
69ce24813b
commit
fe2e8cbfa6
@ -923,7 +923,7 @@ function setup_group_resource_tab_content(zone_id, zone_section, str_zone_tab_id
|
||||
return true;
|
||||
});
|
||||
|
||||
$( ".fa-times" ).live( "click", function() {
|
||||
$( '#' +str_zone_tab_id+'Tab .fa-times' ).live( "click", function() {
|
||||
$(this).parent().remove();
|
||||
var id = $(this).parent().attr("ID");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user