@@ -65,12 +57,12 @@
-
- verified
+
+ Verified
-
- not verified
+
+ Not verified
@@ -90,7 +82,7 @@
@update:model-value="(newRoleValue) => isUser(item) && !isArray(newRoleValue) && newRoleValue && openChangeUserRoleDialog(item, newRoleValue as ServerRoles)"
/>
-
+
@@ -131,11 +123,11 @@ import { isUser } from '~~/lib/server-management/helpers/utils'
import { useActiveUser } from '~~/lib/auth/composables/activeUser'
import {
MagnifyingGlassIcon,
- ShieldExclamationIcon,
- ShieldCheckIcon,
+ ExclamationCircleIcon,
+ CheckCircleIcon,
TrashIcon,
UserPlusIcon
-} from '@heroicons/vue/20/solid'
+} from '@heroicons/vue/24/outline'
import { useServerInfo } from '~~/lib/core/composables/server'
useHead({
diff --git a/packages/frontend-2/pages/server-management/pending-invitations.vue b/packages/frontend-2/pages/server-management/pending-invitations.vue
index 2f0325b9a..fe1a6bc84 100644
--- a/packages/frontend-2/pages/server-management/pending-invitations.vue
+++ b/packages/frontend-2/pages/server-management/pending-invitations.vue
@@ -29,22 +29,17 @@
@change="($event) => searchUpdateHandler($event.value)"
/>
-
{{ isInvite(item) ? item.email : '' }}
@@ -77,7 +72,7 @@
}}
-
+
searchUpdateHandler($event.value)"
/>
-
@@ -53,33 +44,25 @@
-
+
{{ isProject(item) ? item.visibility.toLowerCase() : '' }}
-
+
-
- {{ isProject(item) ? new Date(item.createdAt).toLocaleString('en-GB') : '' }}
-
+ {{ isProject(item) ? new Date(item.createdAt).toLocaleString('en-GB') : '' }}
-
- {{ isProject(item) ? new Date(item.updatedAt).toLocaleString('en-GB') : '' }}
-
+ {{ isProject(item) ? new Date(item.updatedAt).toLocaleString('en-GB') : '' }}
-
- {{ isProject(item) ? item.models.totalCount : '' }}
-
+ {{ isProject(item) ? item.models.totalCount : '' }}
-
- {{ isProject(item) ? item.versions.totalCount : '' }}
-
+ {{ isProject(item) ? item.versions.totalCount : '' }}
@@ -87,7 +70,7 @@