Skip to content

Commit 4a329a9

Browse files
author
William Hou
committed
add clear placement strategy override button
1 parent d0bcd82 commit 4a329a9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

SingularityUI/app/components/disasters/LiveConfiguration.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ class LiveConfiguration extends Component {
5959
onClick={() => this.props.overridePlacementStrategy(this.state.placementStrategy)}>
6060
Override
6161
</button>
62+
<button
63+
className="btn btn-primary"
64+
alt="Clear Placement Strategy Override"
65+
title="Clear Placement Strategy Override"
66+
onClick={() => this.props.overridePlacementStrategy('')}>
67+
Clear
68+
</button>
6269
</div>
6370
</div>
6471
</Section>

0 commit comments

Comments
 (0)