forked from Nixius/authelia
Remove Rebuild button from dashboard UI
Made-with: Cursor
This commit is contained in:
parent
b66dfa053e
commit
159a0b4455
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue