1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix base href for web ui

This commit is contained in:
ziajka 2019-07-04 10:37:14 +02:00
parent ed27a46dee
commit 507090d69d

View File

@ -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();