refactor: class name for drag, ACL view table-name

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-28 13:46:58 +05:30
parent b72a59c620
commit 6726be8d3a
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
<td>
<v-tooltip bottom>
<template #activator="{on}">
<span class="caption ml-2" v-on="on">{{ table.type === 'table' ? table._tn:table.type === 'view' ? table._tn : table.ptn.charAt(0).toUpperCase()+table.ptn.slice(1) }}</span>
<span class="caption ml-2" v-on="on">{{ table.type === 'table' ? table._tn:table.type === 'view' ? table._tn : table.ptn.split("__")[1] }}</span>
</template>
<span class="caption">{{ table.tn }}</span>
</v-tooltip>