Update view_log.php

This commit is contained in:
jakani24
2024-03-09 17:25:24 +01:00
parent 9067add6c0
commit f8a7c13ef9

View File

@@ -196,8 +196,7 @@ $filter_query = "&loglevel=$loglevel&logtext=$logtext&machine_id=$machine_id&tim
</div>
<div class="modal-footer">
<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> -->
<button style="width:25%" type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#delete_all_auth">Delete log</button>
<a style="width:25%" class="btn btn-danger" href="view_log.php?delete_all">Delete anyway</a>
</div>
</div>
</div>