mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
Feature #2746: Fix role tab removal in flow wizard
This commit is contained in:
parent
62118622b5
commit
0d15e37ab9
@ -1042,8 +1042,8 @@ function setupCreateServiceTemplateDialog(){
|
||||
$( "#roles_tabs i.remove-tab" ).live( "click", function() {
|
||||
var target = $(this).parent().attr("href");
|
||||
var dd = $(this).closest('dd');
|
||||
var dl = $(this).closest('.tabs-content');
|
||||
var content = $(target + 'Tab');
|
||||
var dl = $(this).closest('dl');
|
||||
var content = $(target);
|
||||
|
||||
dd.remove();
|
||||
content.remove();
|
||||
|
Loading…
x
Reference in New Issue
Block a user