AW: theCure
This commit is contained in:
8
frontend/pages/admin/apps.vue
Normal file
8
frontend/pages/admin/apps.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="p-6">
|
||||
<UCard>
|
||||
<template #header><h2 class="text-xl font-semibold">Admin / Apps</h2></template>
|
||||
<p>Scaffold placeholder. Add CRUD UI for applications.</p>
|
||||
</UCard>
|
||||
</div>
|
||||
</template>
|
||||
8
frontend/pages/admin/entities/[id]/fields.vue
Normal file
8
frontend/pages/admin/entities/[id]/fields.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="p-6">
|
||||
<UCard>
|
||||
<template #header><h2 class="text-xl font-semibold">Admin / Entity Fields</h2></template>
|
||||
<p>Scaffold placeholder. Add fields to the selected entity.</p>
|
||||
</UCard>
|
||||
</div>
|
||||
</template>
|
||||
8
frontend/pages/admin/entities/index.vue
Normal file
8
frontend/pages/admin/entities/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="p-6">
|
||||
<UCard>
|
||||
<template #header><h2 class="text-xl font-semibold">Admin / Entities</h2></template>
|
||||
<p>Scaffold placeholder. List and manage entities here.</p>
|
||||
</UCard>
|
||||
</div>
|
||||
</template>
|
||||
8
frontend/pages/admin/forms.vue
Normal file
8
frontend/pages/admin/forms.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="p-6">
|
||||
<UCard>
|
||||
<template #header><h2 class="text-xl font-semibold">Admin / Forms</h2></template>
|
||||
<p>Scaffold placeholder. Manage form layouts (layout_json) here.</p>
|
||||
</UCard>
|
||||
</div>
|
||||
</template>
|
||||
8
frontend/pages/admin/workflows.vue
Normal file
8
frontend/pages/admin/workflows.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="p-6">
|
||||
<UCard>
|
||||
<template #header><h2 class="text-xl font-semibold">Admin / Workflows</h2></template>
|
||||
<p>Scaffold placeholder. Manage workflows (trigger_event, condition_json, action_json).</p>
|
||||
</UCard>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user