mirror of https://github.com/apache/cloudstack.git
ui: fix default text missing from network selection on instance wizard (#3865)
This PR fixes the missing "Default" display issue on the instance wizard when selecting a network. Fixes: #3633
This commit is contained in:
parent
d88c614a35
commit
f769c66bc1
|
|
@ -330,9 +330,8 @@
|
|||
.attr('checked', false);
|
||||
}
|
||||
})
|
||||
.after(
|
||||
$('<div>').addClass('name').html(options.secondary.desc)
|
||||
)
|
||||
).append(
|
||||
$('<div>').addClass('name').html(options.secondary.desc)
|
||||
).appendTo($select);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue