2026.06.04 frontend építés közben
This commit is contained in:
18
frontend_old/views/AdminSystemView.vue
Normal file
18
frontend_old/views/AdminSystemView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="admin-system-view">
|
||||
<h1 class="text-2xl font-bold mb-6">System Settings</h1>
|
||||
<p class="text-gray-400 mb-8">Configure system parameters, API keys, and platform settings.</p>
|
||||
|
||||
<div class="bg-gray-800/50 rounded-xl border border-gray-700 p-6">
|
||||
<div class="text-center py-12 text-gray-500">
|
||||
System configuration interface will be implemented here.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user