mirror of
https://github.com/kanidm/kanidm.git
synced 2025-06-09 17:47:46 +02:00
* Some progress on admin ui for managing groups and users * Improve scim querying --------- Co-authored-by: William Brown <william@blackhats.net.au>
11 lines
450 B
HTML
11 lines
450 B
HTML
<div class="toast-container position-fixed bottom-0 end-0 p-3">
|
|
<div id="savedToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
|
|
<div class="toast-header">
|
|
<strong class="me-auto">Success</strong>
|
|
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
|
</div>
|
|
<div class="toast-body">
|
|
Saved.
|
|
</div>
|
|
</div>
|
|
</div> |