File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ghostwriter/oplog/templates/oplog Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments