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
9c5c52b9
Commit
9c5c52b9
authored
Feb 25, 2019
by
Lijiao
Committed by
chicm-ms
Feb 25, 2019
Browse files
[WebUI] change version in feeback link (#777)
* change version
parent
8c4c0ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/webui/src/components/SlideBar.tsx
src/webui/src/components/SlideBar.tsx
+2
-1
No files found.
src/webui/src/components/SlideBar.tsx
View file @
9c5c52b9
...
...
@@ -182,6 +182,7 @@ class SlideBar extends React.Component<{}, SliderState> {
render
()
{
const
{
version
,
menuVisible
}
=
this
.
state
;
const
feed
=
`https://github.com/Microsoft/nni/issues/new?labels=
${
version
}
`
;
const
menu
=
(
<
Menu
onClick
=
{
this
.
handleMenuClick
}
>
<
Menu
.
Item
key
=
"1"
>
Experiment Parameters
</
Menu
.
Item
>
...
...
@@ -221,7 +222,7 @@ class SlideBar extends React.Component<{}, SliderState> {
Download
<
Icon
type
=
"down"
/>
</
a
>
</
Dropdown
>
<
a
href
=
"https://github.com/Microsoft/nni/issues/new?labels=v0.5.1"
target
=
"_blank"
>
<
a
href
=
{
feed
}
target
=
"_blank"
>
<
img
src
=
{
require
(
'
../static/img/icon/issue.png
'
)
}
alt
=
"NNI github issue"
...
...
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