Skip to content

Commit b728575

Browse files
committed
Add HFID to schema view in frontend
Fixes #4172
1 parent c96d27f commit b728575

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog/4172.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add HFID to schema view in the frontend

frontend/app/src/screens/schema/schema-viewer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ const Properties = ({ schema }: { schema: IModelSchema }) => {
159159
<PropertyRow title="Name" value={schema.name} />
160160
<PropertyRow title="Label" value={schema.label} />
161161
<PropertyRow title="Kind" value={schema.kind} />
162+
<PropertyRow title="Human Friendly ID" value={schema.human_friendly_id} />
162163
<PropertyRow title="Display labels" value={schema.display_labels} />
163164
<PropertyRow title="Description" value={schema.description} />
164165
</div>

0 commit comments

Comments
 (0)