Skip to content

Commit 8e4e1dc

Browse files
authored
fix: Fix hostname cache refresh abnormality on overview page (#11802)
1 parent 1eb5830 commit 8e4e1dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/views/home/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ const toggleSensitiveInfo = () => {
650650
651651
const refreshDashboard = async () => {
652652
clearDashboardCache();
653+
onLoadBaseInfo(false, '');
653654
hasRefreshedOptionsOnHover.value = false;
654655
await Promise.allSettled([onLoadNetworkOptions(true), onLoadIOOptions(true), loadSafeStatus()]);
655656
MsgSuccess(i18n.global.t('commons.msg.refreshSuccess'));
@@ -739,7 +740,7 @@ const handleCopy = () => {
739740
': ' +
740741
baseInfo.value.kernelVersion +
741742
'\n' +
742-
i18n.global.t('home.kernelVersion') +
743+
i18n.global.t('home.kernelArch') +
743744
': ' +
744745
baseInfo.value.kernelArch +
745746
'\n' +

0 commit comments

Comments
 (0)