Skip to content

Commit

Permalink
Added import configuration button to a new branch #32
Browse files Browse the repository at this point in the history
  • Loading branch information
pskLana committed Sep 16, 2021
1 parent 40a3bcd commit a778217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deer-web-ui/src/views/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1165,11 +1165,11 @@ class Dashboard extends React.Component {
<div className="numbers" style={{ float: 'left' }}>
<CardTitle tag="p">Graph</CardTitle>
</div>
{/*<input style={{display:'none'}} ref={this.hiddenFileInput} type="file" onChange={this.onSelectedFile}/>
<input style={{display:'none'}} ref={this.hiddenFileInput} type="file" onChange={this.onSelectedFile}/>
<Button onClick={this.uploadTtl} style={{ marginRight: `10px`, float: 'right', marginBottom: '0px' }}>
<i className="fa fa-upload" style={{ color: `white` }} /> Import
Configuration
</Button>*/}
</Button>
</div>
<CardBody>
<div id="parentCanvas" className="litegraph litegraph-editor">
Expand Down

0 comments on commit a778217

Please sign in to comment.