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:
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…
Reference in New Issue
Block a user