mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:26:52 +00:00
feat: RLS badge and disable auto-save
This commit is contained in:
@@ -496,6 +496,11 @@ const enabledOptions = computed(() => {
|
||||
</span>
|
||||
</NcTooltip>
|
||||
<div v-if="!isEditing" class="flex items-center">
|
||||
<NcTooltip v-if="table.meta?.is_rls_enabled" placement="bottom">
|
||||
<template #title> Row-level security is enabled. Some rows may be hidden based on your access permissions. </template>
|
||||
<GeneralIcon icon="ncShield" class="!w-3.5 !h-3.5 flex-none text-nc-content-gray-subtle2" />
|
||||
</NcTooltip>
|
||||
|
||||
<NcTooltip v-if="table.description?.length" placement="bottom">
|
||||
<template #title>
|
||||
<div class="whitespace-pre-wrap break-words">{{ table.description }}</div>
|
||||
|
||||
Reference in New Issue
Block a user