Expose status etc. when editing upgrade, rename Email Settings
i.e. latter is renamed from Email Profiles, but within UI only for now
This commit is contained in:
parent
34bdd2ac84
commit
5db7d3776a
4 changed files with 16 additions and 8 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
${parent.body()}
|
||||
|
||||
% if not instance.executed and request.has_perm('{}.execute'.format(permission_prefix)):
|
||||
% if not instance.executed and instance.status_code == enum.UPGRADE_STATUS_PENDING and request.has_perm('{}.execute'.format(permission_prefix)):
|
||||
<div class="buttons">
|
||||
% if instance.enabled and not instance.executing:
|
||||
${h.form(url('{}.execute'.format(route_prefix), uuid=instance.uuid), class_='autodisable')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue