diff --git a/web/src/views/dashboard/IndexView.vue b/web/src/views/dashboard/IndexView.vue index 2d13dbe4..82db5bfe 100644 --- a/web/src/views/dashboard/IndexView.vue +++ b/web/src/views/dashboard/IndexView.vue @@ -704,7 +704,7 @@ if (import.meta.hot) { - + 系统主机名 @@ -733,20 +733,24 @@ if (import.meta.hot) { 面板内部版本 - {{ systemInfo?.commit_hash || '加载中...' }} + {{ + systemInfo?.commit_hash + + ' ' + + systemInfo?.go_version + + ' ' + + systemInfo?.build_time || '加载中...' + }} 面板编译信息 {{ - systemInfo?.go_version + + systemInfo?.build_id + + ' ' + + systemInfo?.build_user + '/' + - systemInfo?.build_time + - '/' + - systemInfo?.build_host + - '/' + - systemInfo?.build_id || '加载中...' + systemInfo?.build_host || '加载中...' }} @@ -809,11 +813,11 @@ if (import.meta.hot) { 实时读写 {{ formatBytes(current.diskRWBytes) }}/s 读写延迟 {{ current.diskRWTime }}ms - + - +