From 8db86a594aadfacb5638ec2528fcc0a5499a5496 Mon Sep 17 00:00:00 2001 From: ssongliu Date: Thu, 5 Feb 2026 16:16:24 +0800 Subject: [PATCH] fix: Fix hostname cache refresh abnormality on overview page --- frontend/src/views/home/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/home/index.vue b/frontend/src/views/home/index.vue index 7ef623f733f7..ea8115da26f2 100644 --- a/frontend/src/views/home/index.vue +++ b/frontend/src/views/home/index.vue @@ -650,6 +650,7 @@ const toggleSensitiveInfo = () => { const refreshDashboard = async () => { clearDashboardCache(); + onLoadBaseInfo(false, ''); hasRefreshedOptionsOnHover.value = false; await Promise.allSettled([onLoadNetworkOptions(true), onLoadIOOptions(true), loadSafeStatus()]); MsgSuccess(i18n.global.t('commons.msg.refreshSuccess')); @@ -739,7 +740,7 @@ const handleCopy = () => { ': ' + baseInfo.value.kernelVersion + '\n' + - i18n.global.t('home.kernelVersion') + + i18n.global.t('home.kernelArch') + ': ' + baseInfo.value.kernelArch + '\n' +