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
83730e22
Commit
83730e22
authored
Oct 11, 2018
by
energiehund
Committed by
xuehui
Oct 11, 2018
Browse files
fix: Fix typo successed, 'successed' is not a word (#198)
parent
b4cc184c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/ExperimentConfig.md
docs/ExperimentConfig.md
+2
-2
src/webui/src/components/Sessionpro.tsx
src/webui/src/components/Sessionpro.tsx
+1
-1
No files found.
docs/ExperimentConfig.md
View file @
83730e22
...
...
@@ -136,7 +136,7 @@ machineList:
*
__maxTrialNum__
*
Description
__maxTrialNum__ specifies the max number of trial jobs created by nni, including succe
ss
ed and failed jobs.
__maxTrialNum__ specifies the max number of trial jobs created by nni, including succe
ed
ed and failed jobs.
*
__trainingServicePlatform__
*
Description
...
...
@@ -391,4 +391,4 @@ machineList:
username: test
sshKeyPath: /nni/sshkey
passphrase: qwert
```
\ No newline at end of file
```
src/webui/src/components/Sessionpro.tsx
View file @
83730e22
...
...
@@ -459,7 +459,7 @@ class Sessionpro extends React.Component<{}, SessionState> {
<
div
className
=
"selectInline"
>
<
Row
>
<
Col
span
=
{
18
}
>
<
h2
>
The trials that succe
ss
ed
</
h2
>
<
h2
>
The trials that succe
ed
ed
</
h2
>
</
Col
>
<
Col
span
=
{
6
}
>
<
span
className
=
"tabuser1"
>
top
</
span
>
...
...
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