We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 199c869 + 402b2cd commit 266def6Copy full SHA for 266def6
client/packages/lowcoder/src/pages/setting/environments/WorkspaceDetail.tsx
@@ -111,6 +111,9 @@ const WorkspaceDetail: React.FC = () => {
111
<Text type="secondary" style={{ marginRight: "16px" }}>
112
ID: {workspace.id}
113
</Text>
114
+ <Text type="secondary" style={{ marginRight: "16px" }}>
115
+ GID: {workspace.gid || 'N/A'}
116
+ </Text>
117
<Tag color={workspace.managed ? "green" : "default"}>
118
{workspace.managed ? "Managed" : "Unmanaged"}
119
</Tag>
0 commit comments