mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
✨ feat: add plugin registry and server operations
This commit is contained in:
@@ -65,6 +65,9 @@ export default function ServersPage() {
|
||||
type="normal"
|
||||
servers={normalServers}
|
||||
onEdit={isAdmin ? (id) => router.push(`/dashboard/servers/edit/${id}`) : undefined}
|
||||
onManage={
|
||||
isAdmin ? (id) => router.push(`/dashboard/servers/manage/${id}`) : undefined
|
||||
}
|
||||
onDelete={isAdmin ? (id) => setDeleteTarget({ id, type: "normal" }) : undefined}
|
||||
/>
|
||||
</ResourceSection>
|
||||
|
||||
Reference in New Issue
Block a user