Fix docker runner link.

master
Thomas BELLEMBOIS 3 years ago
parent 200c92179b
commit b04555f334

@ -12,7 +12,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
}
img.codefirstMenu {
border: 2px solid white;
padding: 5px;
padding: 2px;
}
span.codefirstMenu {
line-height: 4em;
@ -109,7 +109,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
</div>
<div title="docker runner" style="float: left; margin-right: 50px;">
<a class="codefirstMenu" style="border-bottom: none;" href="https://CODEFIRST_HOSTNAME/dockerrunner">
<a class="codefirstMenu" style="border-bottom: none;" href="https://CODEFIRST_HOSTNAME/dockerrunner/index.html">
<span id="dockerrunner" class="codefirstMenu">
<img class="codefirstMenu" src="data:image/png;base64,{{.RunnerIcon}}"/>
&nbsp;

Loading…
Cancel
Save