Browse Source

fix(nc-gui): pr review changes

pull/8836/head
Ramesh Mane 5 months ago
parent
commit
0bc1a85b38
  1. 2
      packages/nc-gui/components/dlg/ProjectAudit.vue
  2. 868
      packages/nc-gui/components/workspace/AuditLogs.vue
  3. 5
      packages/nc-gui/lang/en.json

2
packages/nc-gui/components/dlg/ProjectAudit.vue

@ -47,7 +47,7 @@ onMounted(async () => {
</script>
<template>
<GeneralModal v-model:visible="isOpen" size="xl" class="!top-[5vh]" width="96.95rem">
<GeneralModal v-model:visible="isOpen" size="xl" class="!top-[5vh] lg:!max-w-[calc(100vw_-_64px)]" width="96.95rem">
<div class="p-6 h-full">
<WorkspaceAuditLogs
v-if="!isLoading"

868
packages/nc-gui/components/workspace/AuditLogs.vue

File diff suppressed because it is too large Load Diff

5
packages/nc-gui/lang/en.json

@ -155,6 +155,7 @@
"updating": "Updating",
"rename": "Rename",
"reload": "Reload",
"refresh": "Refresh",
"reset": "Reset",
"install": "Install",
"show": "Show",
@ -223,6 +224,7 @@
"move": "Move",
"geoDataField": "GeoData Field",
"type": "Type",
"subType": "Sub-Type",
"name": "Name",
"changes": "Changes",
"new": "New",
@ -265,7 +267,8 @@
"format": "Format",
"colour": "Colour",
"use": "Use",
"stack": "Stack"
"stack": "Stack",
"ipAddress": "IP Address"
},
"objects": {
"owner": "Owner",

Loading…
Cancel
Save