mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 00:06:01 +00:00
perspective designer table icon
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
$: objectTypeField = table?.objectTypeField;
|
||||
$: left = table?.left;
|
||||
$: top = table?.top;
|
||||
|
||||
$: mainIcon = settings?.getMainTableIcon ? settings?.getMainTableIcon(designerId) : null;
|
||||
export function isSelected() {
|
||||
return table?.isSelectedTable;
|
||||
}
|
||||
@@ -249,6 +249,10 @@
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if mainIcon}
|
||||
<FontIcon icon={mainIcon} />
|
||||
{/if}
|
||||
|
||||
{alias || pureName}
|
||||
</div>
|
||||
{#if settings?.showTableCloseButton}
|
||||
|
||||
Reference in New Issue
Block a user