fix: Fix hostname cache refresh abnormality on overview page (#11802)

This commit is contained in:
ssongliu
2026-02-05 08:26:55 +00:00
committed by GitHub
parent 1eb5830238
commit 8e4e1dc749
+2 -1
View File
@@ -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' +