Merge "Fix "Open Console" issue on network topology"

This commit is contained in:
Zuul 2017-12-12 21:14:28 +00:00 committed by Gerrit Code Review
commit c5c4bf5ada
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ horizon.flat_network_topology = {
})
.on('click', 'a.vnc_window', function(e) {
e.preventDefault();
e.stopImmediatePropagation();
var vnc_window = window.open($(this).attr('href'), vnc_window, 'width=760,height=560');
self.delete_balloon();
})