mirror of https://github.com/docker/docs.git
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:
parent
2650894bf0
commit
8bd9ee63f4
|
|
@ -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[''] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue