forked from Nixius/authelia
1
0
Fork 0

Remove Rebuild button from dashboard UI

Made-with: Cursor
This commit is contained in:
Leopere 2026-03-03 15:55:21 -05:00
parent b66dfa053e
commit 159a0b4455
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 0 additions and 4 deletions

View File

@ -195,10 +195,6 @@
<button type="submit" class="btn btn-sm">Start</button>
</form>
{{end}}
<form method="POST" action="/stack-manage" style="margin:0">
<input type="hidden" name="action" value="rebuild">
<button type="submit" class="btn btn-outline btn-sm">Rebuild</button>
</form>
<form method="POST" action="/stack-manage" style="margin:0"
onsubmit="return confirm('Destroy your stack? All containers will be removed. Volumes are preserved.')">
<input type="hidden" name="action" value="destroy">