[PR #1146] [MERGED] Enhanced user and orgs tables in admin view. #2761

Closed
opened 2025-11-07 07:54:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1146
Author: @BlackDex
Created: 9/19/2020
Status: Merged
Merged: 9/20/2020
Merged by: @dani-garcia

Base: masterHead: user-orgs-table-enhancement


📝 Commits (1)

📊 Changes

6 files changed (+24651 additions, -29 deletions)

View changed files

📝 src/api/web.rs (+3 -0)
src/static/scripts/datatables.css (+223 -0)
src/static/scripts/datatables.js (+15587 -0)
src/static/scripts/jquery-3.5.1.slim.js (+8777 -0)
📝 src/static/templates/admin/organizations.hbs (+23 -10)
📝 src/static/templates/admin/users.hbs (+38 -19)

📄 Description

As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299

  • Changed the table layout a bit.
  • Added functions to the tables:
    • Search
    • Sort
    • Paginate

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1146 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/19/2020 **Status:** ✅ Merged **Merged:** 9/20/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `user-orgs-table-enhancement` --- ### 📝 Commits (1) - [`6a29104`](https://github.com/dani-garcia/vaultwarden/commit/6a291040bde780fed730d98b660924ef85c3cd7a) As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 ### 📊 Changes **6 files changed** (+24651 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `src/api/web.rs` (+3 -0) ➕ `src/static/scripts/datatables.css` (+223 -0) ➕ `src/static/scripts/datatables.js` (+15587 -0) ➕ `src/static/scripts/jquery-3.5.1.slim.js` (+8777 -0) 📝 `src/static/templates/admin/organizations.hbs` (+23 -10) 📝 `src/static/templates/admin/users.hbs` (+38 -19) </details> ### 📄 Description As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 - Changed the table layout a bit. - Added functions to the tables: + Search + Sort + Paginate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 07:54:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#2761