From 55091cfe8dd712971054c8b5a844f6b463dab152 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 7 Oct 2025 14:54:21 +0200 Subject: [PATCH] Attempt to add table row action favorites in users view --- dashboard/src/style.css | 6 ++++++ dashboard/src/views/UsersView.vue | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 3cf652db3..46cb87045 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -229,6 +229,12 @@ a.pankow-breadcrumb-item { margin-top: 6px; } +.table-actions { + display: flex; + gap: 5px; + justify-content: end; +} + /* info table label:value in Sections */ .info-row { display: flex; diff --git a/dashboard/src/views/UsersView.vue b/dashboard/src/views/UsersView.vue index b19fec5f3..e02c0080f 100644 --- a/dashboard/src/views/UsersView.vue +++ b/dashboard/src/views/UsersView.vue @@ -256,7 +256,8 @@ onMounted(async () => {