9 lines
267 B
Vue
9 lines
267 B
Vue
<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>
|