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
d68691d0
Unverified
Commit
d68691d0
authored
Aug 26, 2022
by
Lijiaoa
Committed by
GitHub
Aug 26, 2022
Browse files
update (#5087)
parent
e83fa176
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/source/experiment/web_portal/web_portal.rst
docs/source/experiment/web_portal/web_portal.rst
+1
-1
ts/webui/src/components/experiment/overview/params/BasicInfo.tsx
...i/src/components/experiment/overview/params/BasicInfo.tsx
+1
-1
ts/webui/src/static/const.ts
ts/webui/src/static/const.ts
+1
-1
No files found.
docs/source/experiment/web_portal/web_portal.rst
View file @
d68691d0
...
...
@@ -31,7 +31,7 @@ What should you do when your experiment has error
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Click the icon in the right of ``experiment status`` and screenshot the error message.
* And then click the ``learn
about
`` to download ``nni-manager`` and ``dispatcher`` logfile.
* And then click the ``learn
more
`` to download ``nni-manager`` and ``dispatcher`` logfile.
* Please file an issue from the `Feedback` in the `About` and upload above message.
...
...
ts/webui/src/components/experiment/overview/params/BasicInfo.tsx
View file @
d68691d0
...
...
@@ -64,7 +64,7 @@ export const BasicInfo = (): any => {
</
p
>
<
div
className
=
{
styles
.
actions
}
>
<
Link
className
=
{
styles
.
link
}
onClick
=
{
ShowLogPanel
}
>
Learn
about
Learn
more
</
Link
>
</
div
>
</
div
>
...
...
ts/webui/src/static/const.ts
View file @
d68691d0
...
...
@@ -16,7 +16,7 @@ const RESTAPI = '/api/v1/nni';
const
MANAGER_IP
=
prefix
===
undefined
?
RESTAPI
:
`
${
prefix
}${
RESTAPI
}
`
;
const
DOWNLOAD_IP
=
prefix
===
undefined
?
'
/logs
'
:
`
${
prefix
}
/logs`
;
const
WEBUIDOC
=
'
https://nni.readthedocs.io/en/
latest
/experiment/web
ui
.html
'
;
const
WEBUIDOC
=
'
https://nni.readthedocs.io/en/
stable
/experiment/web
_portal/web_portal
.html
'
;
const
trialJobStatus
=
[
'
UNKNOWN
'
,
...
...
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