mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:37:08 +00:00
feat: add sql views support(readonly)
re #135 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
<v-tooltip bottom>
|
||||
<template #activator="{ on }">
|
||||
<x-icon
|
||||
v-if="_isUIAllowed('treeview-add-button')"
|
||||
v-if="_isUIAllowed('treeview-add-button') && item.type !== 'viewDir'"
|
||||
:color="['x-active', 'grey']"
|
||||
small
|
||||
v-on="on"
|
||||
|
||||
Reference in New Issue
Block a user