Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web-ui/src/resources/elements/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<i class="fas fa-file-excel"></i> <span class="d-none d-lg-inline">Export</span></button>
</li>
<li>
<div class="btn-group-toggle my-2 my-sm-0" data-toggle="buttons" title="No Confirmation">
<div class="btn-group-toggle my-2 my-sm-0" data-toggle="buttons" title="Disable Confirmations">
<label class="btn ${(noConfirmations ? 'btn-outline-success' : 'btn-outline-secondary')}">
<span show.bind="noConfirmations"><i class="fas fa-check-square"></i></span>
<span show.bind="!noConfirmations"><i class="far fa-square"></i></span>
<span class="d-none d-lg-inline">No Confirmation</span>
<span class="d-none d-lg-inline">Disable Confirmations</span>
<input type="checkbox" value.bind="noConfirmations" checked.bind="noConfirmations">
</label>
</div>
Expand Down