web UI: allow a privileged user to dequeue a change

Add a togglable "Actions" kebab menu on the right of a change, if the
currently logged in user is an admin on the tenant.

Show available actions (currently "dequeue" only) when toggled.

Clicking the "Dequeue" item opens a modal, so that the user
can confirm her decision.

Change-Id: I7c97509d62ef167ee5904a816998049d88c6b3cb
This commit is contained in:
Matthieu Huin
2020-12-18 18:28:06 +01:00
parent 560fa563db
commit 3152171aa5
7 changed files with 220 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
---
features:
- |
Allow an authorized user to dequeue changes from the Web UI's status page.