We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb5830 commit 8e4e1dcCopy full SHA for 8e4e1dc
1 file changed
frontend/src/views/home/index.vue
@@ -650,6 +650,7 @@ const toggleSensitiveInfo = () => {
650
651
const refreshDashboard = async () => {
652
clearDashboardCache();
653
+ onLoadBaseInfo(false, '');
654
hasRefreshedOptionsOnHover.value = false;
655
await Promise.allSettled([onLoadNetworkOptions(true), onLoadIOOptions(true), loadSafeStatus()]);
656
MsgSuccess(i18n.global.t('commons.msg.refreshSuccess'));
@@ -739,7 +740,7 @@ const handleCopy = () => {
739
740
': ' +
741
baseInfo.value.kernelVersion +
742
'\n' +
- i18n.global.t('home.kernelVersion') +
743
+ i18n.global.t('home.kernelArch') +
744
745
baseInfo.value.kernelArch +
746
0 commit comments