diff --git a/frontend/src/widgets/instance/BaseInfo.vue b/frontend/src/widgets/instance/BaseInfo.vue index d3c8b158..dc0b4354 100644 --- a/frontend/src/widgets/instance/BaseInfo.vue +++ b/frontend/src/widgets/instance/BaseInfo.vue @@ -158,9 +158,13 @@ onMounted(async () => { </span> </a-typography-paragraph> <a-typography-paragraph> - <a-typography-text> {{ t("TXT_CODE_30051f9b") }} </a-typography-text> + <a-typography-text :title="instanceInfo?.instanceUuid"> + {{ t("TXT_CODE_30051f9b") }} + </a-typography-text> <a-typography-text :copyable="{ text: instanceInfo?.instanceUuid }"> </a-typography-text> - <a-typography-text class="ml-20"> {{ t("TXT_CODE_5f2d2e30") }} </a-typography-text> + <a-typography-text class="ml-20" :title="daemonId"> + {{ t("TXT_CODE_5f2d2e30") }} + </a-typography-text> <a-typography-text :copyable="{ text: daemonId }"> </a-typography-text> </a-typography-paragraph> </template> diff --git a/frontend/src/widgets/node/NodeItem.vue b/frontend/src/widgets/node/NodeItem.vue index f5a5c340..e08a16c9 100644 --- a/frontend/src/widgets/node/NodeItem.vue +++ b/frontend/src/widgets/node/NodeItem.vue @@ -228,7 +228,7 @@ onMounted(() => { :span="6" > <a-typography-paragraph> - <div> + <div :title="detail.onlyCopy ? detail.value : ''"> {{ detail.title }} </div>