Skip to content

Commit 1be1759

Browse files
authored
Merge pull request #4345 from opsmill/pog-hfid-in-schema-view-IFC-568
Add HFID to schema view in frontend
2 parents e3bb352 + b728575 commit 1be1759

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)