Fix stdout/stderr fields for upgrade view

whoops..missed that one
This commit is contained in:
Lance Edgar 2022-02-28 22:16:52 -06:00
parent 7b485d5ad2
commit ee961edf94

View file

@ -188,7 +188,7 @@ class UpgradeView(MasterView):
f.remove_field('executed')
f.remove_field('executed_by')
else:
elif not upgrade.executed:
f.remove_field('executed')
f.remove_field('executed_by')
f.remove_field('stdout_file')