Merge pull request #1701 from sibprogrammer/ip-mapping-links

Fix ability to click on link on port mapping page (fix #1700).
This commit is contained in:
French Ben 2016-05-24 16:45:38 -07:00
commit d93d8c40b5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ var ContainerSettingsPorts = React.createClass({
metrics.track('Opened In Browser', { metrics.track('Opened In Browser', {
from: 'settings' from: 'settings'
}); });
shell.openExternal(url); shell.openExternal('http://' + url);
}, },
createEmptyPort: function (ports) { createEmptyPort: function (ports) {
ports[''] = { ports[''] = {