mirror of https://github.com/apache/cloudstack.git
CS-15793: Fix static NAT select when in a VPC network
This commit is contained in:
parent
a82ad3b3bc
commit
24885b64d8
|
|
@ -1405,9 +1405,10 @@
|
|||
args.$tierSelect.hide();
|
||||
}
|
||||
|
||||
// args.$tierSelect.change(function() {
|
||||
args.$tierSelect.change(function() {
|
||||
args.$tierSelect.closest('.list-view').listView('refresh');
|
||||
// });
|
||||
});
|
||||
args.$tierSelect.closest('.list-view').listView('refresh');
|
||||
},
|
||||
|
||||
listView: $.extend(true, {}, cloudStack.sections.instances, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue