From 15d74d804226bfe6d8d02e2229abb510fc511a61 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Thu, 8 May 2025 07:11:40 +0800 Subject: [PATCH] update --- packages/frontend/src/components/VncModal.vue | 2 +- packages/frontend/src/components/WorkspaceConnectionList.vue | 4 ++-- packages/frontend/src/views/DashboardView.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/components/VncModal.vue b/packages/frontend/src/components/VncModal.vue index bd7513f..4c7204f 100644 --- a/packages/frontend/src/components/VncModal.vue +++ b/packages/frontend/src/components/VncModal.vue @@ -566,7 +566,7 @@ const stopResize = () => { >

- + {{ t('vncModal.title') }} - {{ props.connection?.name || props.connection?.host || t('remoteDesktopModal.titlePlaceholder') }}

diff --git a/packages/frontend/src/components/WorkspaceConnectionList.vue b/packages/frontend/src/components/WorkspaceConnectionList.vue index 3518dd8..bb52465 100644 --- a/packages/frontend/src/components/WorkspaceConnectionList.vue +++ b/packages/frontend/src/components/WorkspaceConnectionList.vue @@ -683,7 +683,7 @@ const cancelEditingTag = () => { @click.right.prevent @contextmenu.prevent="showContextMenu($event, conn)" > - + {{ conn.name || conn.host }} @@ -703,7 +703,7 @@ const cancelEditingTag = () => { @click.right.prevent @contextmenu.prevent="showContextMenu($event, conn)" > - + {{ conn.name || conn.host }} diff --git a/packages/frontend/src/views/DashboardView.vue b/packages/frontend/src/views/DashboardView.vue index 8eacdb7..a6a52d4 100644 --- a/packages/frontend/src/views/DashboardView.vue +++ b/packages/frontend/src/views/DashboardView.vue @@ -320,7 +320,7 @@ const getTagNames = (tagIds: number[] | undefined): string[] => {
  • - + {{ conn.name || t('connections.unnamed') }}