Skip to content

Commit 10a9a2c

Browse files
Styled checkboxes as switches
1 parent c16c077 commit 10a9a2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ghostwriter/oplog/templates/oplog/oplog_detail.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ <h5 class="modal-title" id="exportModalLabel"><i class="fas fa-file-archive mr-2
189189
<div class="modal-body">
190190
<p>Select what to include with the export. If no attachments are selected, a plain CSV will be returned.</p>
191191
<div class="form-group">
192-
<div class="custom-control custom-checkbox">
192+
<div class="custom-control custom-switch">
193193
<input type="checkbox" class="custom-control-input" id="export-recordings">
194-
<label class="custom-control-label" for="export-recordings">Include terminal recordings</label>
194+
<label class="custom-control-label form-check-label" for="export-recordings">Include terminal recordings</label>
195195
</div>
196-
<div class="custom-control custom-checkbox mt-2">
196+
<div class="custom-control custom-switch mt-2">
197197
<input type="checkbox" class="custom-control-input" id="export-evidence">
198-
<label class="custom-control-label" for="export-evidence">Include linked evidence files</label>
198+
<label class="custom-control-label form-check-label" for="export-evidence">Include linked evidence files</label>
199199
</div>
200200
</div>
201201
</div>

0 commit comments

Comments
 (0)