Skip to content

Commit 266def6

Browse files
committed
Merge branch 'ee-setup' of github.com:lowcoder-org/lowcoder into feat/environments
2 parents 199c869 + 402b2cd commit 266def6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/packages/lowcoder/src/pages/setting/environments/WorkspaceDetail.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ const WorkspaceDetail: React.FC = () => {
111111
<Text type="secondary" style={{ marginRight: "16px" }}>
112112
ID: {workspace.id}
113113
</Text>
114+
<Text type="secondary" style={{ marginRight: "16px" }}>
115+
GID: {workspace.gid || 'N/A'}
116+
</Text>
114117
<Tag color={workspace.managed ? "green" : "default"}>
115118
{workspace.managed ? "Managed" : "Unmanaged"}
116119
</Tag>

0 commit comments

Comments
 (0)