Categorize routes
This commit is contained in:
@@ -25,8 +25,11 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
definePageMeta({
|
||||
name: "Commands",
|
||||
icon: "lucide:square-terminal"
|
||||
name: "Shell commands",
|
||||
icon: "lucide:terminal",
|
||||
description: "Execute shell commands",
|
||||
category: "system",
|
||||
categoryIcon: "lucide:square-terminal"
|
||||
});
|
||||
|
||||
const schema = z.object({
|
||||
|
Reference in New Issue
Block a user