Docker: fixed template removal when no containers exist

This commit is contained in:
bergware
2021-11-03 20:02:27 +01:00
parent 2f6e3d0b20
commit a3c7aae905

View File

@@ -909,6 +909,7 @@ _(Privileged)_:
<input type="hidden" id="xmlTemplate" name="xmlTemplate" value="">
</form>
<form method="POST" id="formTemplate1">
<input type="hidden" name="csrf_token" value="<?=$var['csrf_token']?>">
<input type="hidden" id="rmTemplate" name="rmTemplate" value="">
</form>