You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A button that re-uses the malware routes.
We can create bespoke routes and views for quarantine manipulation if we
find that using this feature leads to confusing redirects, but for now
I'm opting for simpler implementation.
Signed-off-by: Mike Fiedler <[email protected]>
<buttontype="submit" class="btn btn-primary" title="{{ 'Deleting requires superuser privileges' if not request.has_permission(Permissions.AdminProjectsDelete) }}" {{ "disabled" if not request.has_permission(Permissions.AdminProjectsDelete) }}>Confirm</button>
0 commit comments