feat: namespace settings archive script setup
This commit is contained in:

committed by
Gitea

parent
221edb2086
commit
ad6b335d41
@ -238,6 +238,7 @@ const router = createRouter({
|
||||
meta: {
|
||||
showAsModal: true,
|
||||
},
|
||||
props: route => ({ namespaceId: parseInt(route.params.id as string) }),
|
||||
},
|
||||
{
|
||||
path: '/namespaces/:id/settings/delete',
|
||||
|
Reference in New Issue
Block a user