Skip to content

Commit

Permalink
fix #1811
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Jan 4, 2024
1 parent 5088dfd commit df87c97
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions otoroshi/javascript/src/components/inputs/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,26 +818,6 @@ export class Table extends Component {
))}
<hr />
<div className="displayGroupBtn float-end">
{this.props.export && (
<>
<button
onClick={this.exportJson}
type="button"
className="btn btn-primary"
title="Export as json"
>
<i className="fas fa-file-export" /> JSON
</button>
<button
onClick={this.exportYaml}
type="button"
className="btn btn-primary"
title="Export as yaml"
>
<i className="fas fa-file-export" /> YAML
</button>
</>
)}
{this.props.displayTrash && this.props.displayTrash(this.state.currentItem) && (
<button
type="button"
Expand Down

0 comments on commit df87c97

Please sign in to comment.