Fix base href for web ui

pull/1643/head
ziajka 5 years ago
parent ed27a46dee
commit 507090d69d

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>GNS3 Web UI</title>
<!-- It's important to have base here because of the script below //-->
<base href="C:/Program Files/Git/static/web-ui/">
<base href="/static/web-ui/">
<script>
var userAgent = navigator.userAgent.toLowerCase();

Loading…
Cancel
Save