mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Add flush cache command to console
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user