Fix ability to click on link on port mapping page (fix #1700).

Signed-off-by: Alexei Yuzhakov <sibprogrammer@gmail.com>
This commit is contained in:
Alexei Yuzhakov 2016-05-24 22:13:31 +06:00
parent 2650894bf0
commit 8bd9ee63f4
1 changed files with 1 additions and 1 deletions

View File

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