More info to confirm dialog

This commit is contained in:
slawkens
2023-11-11 08:38:15 +01:00
parent c9d5c6cfd7
commit 19346efc38
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<form method="post" action="?p=dashboard" class="float-right">
{{ csrf() }}
<input type="hidden" name="clear_cache" value="1" />
<button type="submit" onclick="return confirm('Are you sure?');" class="btn btn-danger" title="Clear Cache"><i class="fas fa-clear"></i>Clear cache</button>
<button type="submit" onclick="return confirm('Are you sure that you want to clear cache?');" class="btn btn-danger" title="Clear Cache"><i class="fas fa-clear"></i>Clear cache</button>
</form>
</div>
</div>