mirror of https://github.com/apache/cloudstack.git
CS-15793:Enable static NAT for the public IP address screen is not showing VMs
This commit is contained in:
parent
79b850faad
commit
44c067cd10
|
|
@ -1405,9 +1405,9 @@
|
|||
args.$tierSelect.hide();
|
||||
}
|
||||
|
||||
args.$tierSelect.change(function() {
|
||||
// args.$tierSelect.change(function() {
|
||||
args.$tierSelect.closest('.list-view').listView('refresh');
|
||||
});
|
||||
// });
|
||||
},
|
||||
|
||||
listView: $.extend(true, {}, cloudStack.sections.instances, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue