admin ui: reserved usernames use the standard dry-run/confirm flow
Both reserve and unreserve go through ActionButton now (reason -> dry-run -> confirm, journalled) like every other admin action. The reserve modal keeps just the username field and hands off; it autofocuses and echoes @<name> live so the field being filled is unambiguous.
This commit is contained in:
parent
fa95dab29a
commit
25b1d6399c
3 changed files with 30 additions and 74 deletions
File diff suppressed because one or more lines are too long
2
cmd/telesrv-admin/web/dist/index.html
vendored
2
cmd/telesrv-admin/web/dist/index.html
vendored
|
|
@ -23,7 +23,7 @@
|
|||
})();
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-v1d-K3Z6.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-fn4QJaPB.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CQKJMNpu.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue