"ts/nni_manager/core/sqlDatabase.ts" did not exist on "b07309d9c63919f2fd601c596fda08114a9da0a6"
Commit 0f9fbf87 authored by Lijiao's avatar Lijiao Committed by fishyds
Browse files

Update (#649)

parent f192c720
...@@ -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"
/> />
FeedBack Feedback
</a> </a>
<span className="version">Version: {version}</span> <span className="version">Version: {version}</span>
</Col> </Col>
......
...@@ -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>LogPath</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}
......
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