mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
Update key type display in DbKeyDetailTab to use label if available
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
<div class="top-panel">
|
<div class="top-panel">
|
||||||
<div class="type">
|
<div class="type">
|
||||||
<FontIcon icon={getIconForRedisType(keyInfo.type)} padRight />
|
<FontIcon icon={getIconForRedisType(keyInfo.type)} padRight />
|
||||||
{keyInfo.type}
|
{keyInfo.keyType?.label || keyInfo.type}
|
||||||
</div>
|
</div>
|
||||||
<div class="key-name">
|
<div class="key-name">
|
||||||
<TextField value={key} readOnly />
|
<TextField value={key} readOnly />
|
||||||
|
|||||||
Reference in New Issue
Block a user