Update view_log.php

This commit is contained in:
jakani24
2024-03-09 17:24:26 +01:00
parent 3b68925c55
commit 9067add6c0

View File

@@ -197,7 +197,7 @@ $filter_query = "&loglevel=$loglevel&logtext=$logtext&machine_id=$machine_id&tim
<div class="modal-footer"> <div class="modal-footer">
<button style="width:70%" type="button" class="btn btn-primary" data-bs-dismiss="modal">Cancel</button> <button style="width:70%" type="button" class="btn btn-primary" data-bs-dismiss="modal">Cancel</button>
<!-- <a class="btn btn-danger" href="view_log.php?delete_all">Delete anyway</a> --> <!-- <a class="btn btn-danger" href="view_log.php?delete_all">Delete anyway</a> -->
<button style="width:30%" type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#delete_all_auth">Delete log</button> <button style="width:25%" type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#delete_all_auth">Delete log</button>
</div> </div>
</div> </div>
</div> </div>