Skip to content

Commit 9b887ca

Browse files
committed
feat: add workspace name display for systemShare API type in ExecutionDetailDrawer
1 parent 199e999 commit 9b887ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/src/views/tool/execution-record/ExecutionDetailDrawer.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
}}</span>
5252
</p>
5353
</el-col>
54+
<el-col :span="6" v-if="apiType === 'systemShare'">
55+
<p class="color-secondary mb-4">{{ $t('views.workspace.title') }}</p>
56+
<p class="flex align-center">
57+
{{props.currentContent?.workspace_name}}
58+
</p>
59+
</el-col>
5460
<el-col :span="6">
5561
<p class="color-secondary mb-4">{{ $t('common.status.label') }}</p>
5662
<p>

0 commit comments

Comments
 (0)