Unverified Commit d68691d0 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

update (#5087)

parent e83fa176
...@@ -31,7 +31,7 @@ What should you do when your experiment has error ...@@ -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. * 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. * Please file an issue from the `Feedback` in the `About` and upload above message.
......
...@@ -64,7 +64,7 @@ export const BasicInfo = (): any => { ...@@ -64,7 +64,7 @@ export const BasicInfo = (): any => {
</p> </p>
<div className={styles.actions}> <div className={styles.actions}>
<Link className={styles.link} onClick={ShowLogPanel}> <Link className={styles.link} onClick={ShowLogPanel}>
Learn about Learn more
</Link> </Link>
</div> </div>
</div> </div>
......
...@@ -16,7 +16,7 @@ const RESTAPI = '/api/v1/nni'; ...@@ -16,7 +16,7 @@ const RESTAPI = '/api/v1/nni';
const MANAGER_IP = prefix === undefined ? RESTAPI : `${prefix}${RESTAPI}`; const MANAGER_IP = prefix === undefined ? RESTAPI : `${prefix}${RESTAPI}`;
const DOWNLOAD_IP = prefix === undefined ? '/logs' : `${prefix}/logs`; const DOWNLOAD_IP = prefix === undefined ? '/logs' : `${prefix}/logs`;
const WEBUIDOC = 'https://nni.readthedocs.io/en/latest/experiment/webui.html'; const WEBUIDOC = 'https://nni.readthedocs.io/en/stable/experiment/web_portal/web_portal.html';
const trialJobStatus = [ const trialJobStatus = [
'UNKNOWN', 'UNKNOWN',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment