mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #1007] [MERGED] Admin interface restyle #3563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1007
Author: @BlackDex
Created: 5/25/2020
Status: ✅ Merged
Merged: 5/28/2020
Merged by: @dani-garcia
Base:
master← Head:admin-interface📝 Commits (2)
3c66debRedesign of the admin interface.b6fde85Added version check to diagnostics📊 Changes
12 files changed (+539 additions, -183 deletions)
View changed files
📝
src/api/admin.rs(+159 -11)📝
src/api/web.rs(+1 -0)📝
src/config.rs(+4 -1)📝
src/db/models/cipher.rs(+8 -0)📝
src/db/models/organization.rs(+4 -0)📝
src/static/images/logo-gray.png(+0 -0)➕
src/static/images/shield-white.png(+0 -0)📝
src/static/templates/admin/base.hbs(+82 -6)➕
src/static/templates/admin/diagnostics.hbs(+117 -0)➕
src/static/templates/admin/organizations.hbs(+30 -0)📝
src/static/templates/admin/settings.hbs(+0 -165)➕
src/static/templates/admin/users.hbs(+134 -0)📄 Description
Some changes done to the admin interface.
Main changes:
Items which can be added later:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.