fix: Update admin dashboard and fix template errors
Some checks failed
Build And Push Image / docker (push) Failing after 1m1s

- Fixed missing closing tags in members mockup page
- Updated admin dashboard to use new admin layout
- Added comprehensive system monitoring interface
- Fixed template structure issues in both files
- Removed v-container wrapper from admin dashboard
- Added proper list view template structure

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-30 22:11:27 +02:00
parent d9d8627e97
commit 1471f7d7b3
10 changed files with 1711 additions and 43 deletions

View File

@@ -236,6 +236,9 @@
@invite="inviteToPortal"
/>
</template>
<!-- List View -->
<template v-else>
<div
v-for="(member, index) in filteredMembers"
:key="member.id"