[photon-server] Fix journal-ctl export bug (#970)

* Update Server.java

* And this
This commit is contained in:
Sriman Achanta
2023-10-20 08:04:19 -04:00
committed by GitHub
parent 25a4f24b06
commit 89908fc181
2 changed files with 2 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ const handleSettingsImport = () => {
<a
ref="exportLogFile"
style="color: black; text-decoration: none; display: none"
:href="'http://' + address + '/api/utils/logs/photonvision-journalctl.txt'"
:href="`http://${address}/api/utils/photonvision-journalctl.txt`"
download="photonvision-journalctl.txt"
target="_blank"
/>