Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
d5921a73
Unverified
Commit
d5921a73
authored
Jun 24, 2022
by
Lijiaoa
Committed by
GitHub
Jun 24, 2022
Browse files
add url prefix as logs/ api path (#4963)
parent
21584f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ts/webui/src/static/const.ts
ts/webui/src/static/const.ts
+1
-1
No files found.
ts/webui/src/static/const.ts
View file @
d5921a73
...
...
@@ -14,7 +14,7 @@ const METRIC_GROUP_UPDATE_SIZE = 20;
const
prefix
=
getPrefix
();
const
RESTAPI
=
'
/api/v1/nni
'
;
const
MANAGER_IP
=
prefix
===
undefined
?
RESTAPI
:
`
${
prefix
}${
RESTAPI
}
`
;
const
DOWNLOAD_IP
=
`/logs`
;
const
DOWNLOAD_IP
=
`
${
prefix
}
/logs`
;
const
WEBUIDOC
=
'
https://nni.readthedocs.io/en/latest/experiment/webui.html
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment