Update view_log.php

This commit is contained in:
jakani24
2024-03-09 17:25:54 +01:00
parent f8a7c13ef9
commit 70f2bbbf44

View File

@@ -196,7 +196,7 @@ $filter_query = "&loglevel=$loglevel&logtext=$logtext&machine_id=$machine_id&tim
</div> </div>
<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 style="width:25%" class="btn btn-danger" href="view_log.php?delete_all">Delete anyway</a> <a style="width:25%" class="btn btn-danger" href="view_log.php?delete_all">Delete log</a>
</div> </div>
</div> </div>
</div> </div>