mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
clickable fk links in column manager
This commit is contained in:
@@ -563,12 +563,7 @@
|
||||
<FontIcon icon="icon invisible-box" />
|
||||
{/if}
|
||||
<span style={`margin-left: ${(col.uniquePath.length - 1) * 20}px`} />
|
||||
<ColumnLabel
|
||||
{...col}
|
||||
headerText={col.columnName}
|
||||
extInfo={col.foreignKey ? ` -> ${col.foreignKey.refTableName}` : null}
|
||||
showDataType={!col.foreignKey}
|
||||
/>
|
||||
<ColumnLabel {...col} headerText={col.columnName} showDataType {conid} {database} />
|
||||
</div>
|
||||
</td>
|
||||
<DataGridCell
|
||||
|
||||
Reference in New Issue
Block a user