"ts/webui/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "87677df84babf5f349058e063c24f001d0224141"
Commit 9c5c52b9 authored by Lijiao's avatar Lijiao Committed by chicm-ms
Browse files

[WebUI] change version in feeback link (#777)

* change version
parent 8c4c0ef2
......@@ -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"
......
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