From 6949f8d40d1784d5a9c54dbe44e212fe2fae76f4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Feb 2026 17:56:16 +0100 Subject: user list --- ui/src/components/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui/src/components/mod.rs') diff --git a/ui/src/components/mod.rs b/ui/src/components/mod.rs index dde77b0..e7e5f9c 100644 --- a/ui/src/components/mod.rs +++ b/ui/src/components/mod.rs @@ -18,7 +18,7 @@ pub mod user; use crate::{ RenderInfo, components::{ - admin::{AdminDashboard, AdminImport, AdminInfo}, + admin::{AdminDashboard, AdminImport, AdminInfo, AdminUserList}, login::{AccountLogin, AccountLogout, AccountSetPassword}, message::Message, node_list::NodeList, @@ -64,5 +64,8 @@ define! { @if let Some(user) = view.get(VIEW_USER_SETTINGS) { @UserSettings { ri, user } } + @if let Some(data) = view.get(VIEW_ADMIN_USER_LIST) { + @AdminUserList { ri, data } + } } } -- cgit v1.3