mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: Fix hostname cache refresh abnormality on overview page (#11802)
This commit is contained in:
@@ -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' +
|
||||
|
||||
Reference in New Issue
Block a user