зеркало из https://github.com/docker/kitematic.git
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:
Коммит
d93d8c40b5
|
@ -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[''] = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче