From 185fdc2bc475b134edadab34b4c411b79b1e60f5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 4 Oct 2024 19:47:41 +0200 Subject: [PATCH] fixed typo in frontend fixed the typo for show user from tasks to mpsk_clients Signed-off-by: Alex #744 --- web/templates/user/user_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/user/user_show.html b/web/templates/user/user_show.html index 5d1d56354..5dfed0f8a 100644 --- a/web/templates/user/user_show.html +++ b/web/templates/user/user_show.html @@ -20,7 +20,7 @@ 'id': 'mpsk', 'icon': 'fa-wifi', 'name': 'MPSK Clients', - 'badge': user.tasks | length, + 'badge': user.mpsk_clients | length, }, { 'id': 'tasks',