Add flush cache command to console

This commit is contained in:
Eduardo Silva
2026-02-03 18:53:06 -03:00
parent 2945be9ffa
commit 08c4d0079e
2 changed files with 37 additions and 18 deletions

View File

@@ -20,6 +20,7 @@
<a href='javascript:void(0)' class='btn btn-outline-primary' data-command='traceroute' onclick='openCommandDialog(this)'>traceroute</a>
<a href='javascript:void(0)' class='btn btn-outline-primary' data-command='ping' onclick='openCommandDialog(this)'>ping</a>
<a href='?command=testdns' class='btn btn-outline-primary'>dns test</a>
<a href='?command=flush_cache' class='btn btn-outline-primary'>flush cache</a>
<script>
function openCommandDialog(element) {