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
0f9fbf87
Commit
0f9fbf87
authored
Jan 24, 2019
by
Lijiao
Committed by
fishyds
Jan 24, 2019
Browse files
Update (#649)
parent
f192c720
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/webui/src/components/SlideBar.tsx
src/webui/src/components/SlideBar.tsx
+2
-2
src/webui/src/components/overview/BasicInfo.tsx
src/webui/src/components/overview/BasicInfo.tsx
+1
-1
No files found.
src/webui/src/components/SlideBar.tsx
View file @
0f9fbf87
...
@@ -221,12 +221,12 @@ class SlideBar extends React.Component<{}, SliderState> {
...
@@ -221,12 +221,12 @@ class SlideBar extends React.Component<{}, SliderState> {
Download
<
Icon
type
=
"down"
/>
Download
<
Icon
type
=
"down"
/>
</
a
>
</
a
>
</
Dropdown
>
</
Dropdown
>
<
a
href
=
"https://github.com/Microsoft/nni/issues/new"
target
=
"_blank"
>
<
a
href
=
"https://github.com/Microsoft/nni/issues/new
?labels=v0.5
"
target
=
"_blank"
>
<
img
<
img
src
=
{
require
(
'
../static/img/icon/issue.png
'
)
}
src
=
{
require
(
'
../static/img/icon/issue.png
'
)
}
alt
=
"NNI github issue"
alt
=
"NNI github issue"
/>
/>
Feed
B
ack
Feed
b
ack
</
a
>
</
a
>
<
span
className
=
"version"
>
Version:
{
version
}
</
span
>
<
span
className
=
"version"
>
Version:
{
version
}
</
span
>
</
Col
>
</
Col
>
...
...
src/webui/src/components/overview/BasicInfo.tsx
View file @
0f9fbf87
...
@@ -43,7 +43,7 @@ class BasicInfo extends React.Component<BasicInfoProps, {}> {
...
@@ -43,7 +43,7 @@ class BasicInfo extends React.Component<BasicInfoProps, {}> {
</
div
>
</
div
>
</
Col
>
</
Col
>
<
Col
span
=
{
8
}
className
=
"padItem basic"
>
<
Col
span
=
{
8
}
className
=
"padItem basic"
>
<
p
>
Log
Path
</
p
>
<
p
>
Log
Directory
</
p
>
<
div
className
=
"nowrap"
>
<
div
className
=
"nowrap"
>
<
Tooltip
placement
=
"top"
title
=
{
trialProfile
.
logDir
}
>
<
Tooltip
placement
=
"top"
title
=
{
trialProfile
.
logDir
}
>
{
trialProfile
.
logDir
}
{
trialProfile
.
logDir
}
...
...
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