remove files, update README

This commit is contained in:
2025-10-21 14:33:14 +02:00
parent d8cf61be47
commit 5ab7004477
18 changed files with 30 additions and 3835 deletions
+1 -12
View File
@@ -13,13 +13,7 @@ const selectedServer = ref<VaultServer | null>(null)
const activeConnection = ref<VaultConnection | null>(null)
const { error } = useSweetAlert()
const { modalState, closePolicyModal, showPolicyModal } = usePolicyModal()
// Test function for debugging
const testPolicyModal = () => {
console.log('🔍 Testing policy modal')
showPolicyModal('secret/myapp/config', 'write', 'permission denied', 'Test Policy Modal')
}
const { modalState, closePolicyModal } = usePolicyModal()
// Load servers from localStorage on mount
onMounted(() => {
@@ -116,11 +110,6 @@ const handleLogout = () => {
<!-- Main Content -->
<main class="flex-1 container mx-auto px-4 py-8">
<!-- Debug button -->
<div class="mb-4">
<button class="btn btn-sm btn-secondary" @click="testPolicyModal">🔍 Test Policy Modal</button>
</div>
<div v-if="!activeConnection" class="grid md:grid-cols-2 gap-8">
<!-- Server Selection -->
<div>