1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): new connection edit panel

This commit is contained in:
2021-07-08 15:06:20 +02:00
parent e7b3c28826
commit 9af71a6e34
6 changed files with 500 additions and 20 deletions

View File

@ -23,7 +23,6 @@
@contextmenu.prevent="showTableContext($event, table)"
>
<a class="table-name">
<!-- <div class="icon loading" /> -->
<i class="table-icon mdi mdi-18px mr-1" :class="table.type === 'view' ? 'mdi-table-eye' : 'mdi-table'" />
<span v-html="highlightWord(table.name)" />
</a>