mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
Fixed a SSL image error.
This commit is contained in:
@@ -127,9 +127,9 @@ var NewContainer = React.createClass({
|
||||
};
|
||||
var imgsrc;
|
||||
if (r.img) {
|
||||
imgsrc = `https://kitematic.com/recommended/${r.img}`;
|
||||
imgsrc = `http://kitematic.com/recommended/${r.img}`;
|
||||
} else {
|
||||
imgsrc = 'https://kitematic.com/recommended/kitematic_html.png';
|
||||
imgsrc = 'http://kitematic.com/recommended/kitematic_html.png';
|
||||
}
|
||||
var action;
|
||||
if (_.find(self.state.creating, r.name)) {
|
||||
|
||||
Reference in New Issue
Block a user