mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 22:16:00 +00:00
show sort in perspective deisgner and tree
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import contextMenu from '../utility/contextMenu';
|
||||
import CustomJoinModal from './CustomJoinModal.svelte';
|
||||
import { getPerspectiveNodeMenu } from './perspectiveMenu';
|
||||
import SortOrderIcon from '../designer/SortOrderIcon.svelte';
|
||||
|
||||
export let conid;
|
||||
export let database;
|
||||
@@ -71,6 +72,8 @@
|
||||
<FontIcon icon={node.icon} />
|
||||
|
||||
<span>{node.title}</span>
|
||||
|
||||
<SortOrderIcon order={node.sortOrder} orderIndex={node.sortOrderIndex} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user