|
|
@ -121,6 +121,7 @@ onMounted(() => { |
|
|
|
</a-tab-pane> |
|
|
|
</a-tab-pane> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-if="isUIAllowed('workspaceAuditList')"> |
|
|
|
<a-tab-pane key="audit" class="w-full"> |
|
|
|
<a-tab-pane key="audit" class="w-full"> |
|
|
|
<template #tab> |
|
|
|
<template #tab> |
|
|
|
<div class="flex flex-row items-center px-2 pb-1 gap-x-1.5"> |
|
|
|
<div class="flex flex-row items-center px-2 pb-1 gap-x-1.5"> |
|
|
@ -132,6 +133,7 @@ onMounted(() => { |
|
|
|
<WorkspaceAuditLogs :workspace-id="currentWorkspace.id" /> |
|
|
|
<WorkspaceAuditLogs :workspace-id="currentWorkspace.id" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a-tab-pane> |
|
|
|
</a-tab-pane> |
|
|
|
|
|
|
|
</template> |
|
|
|
</NcTabs> |
|
|
|
</NcTabs> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|