diff --git a/frontend/index.html b/frontend/index.html index fa89b6e6c..0e04fb870 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + loading... @@ -88,10 +88,15 @@
- + + + + + +
- \ No newline at end of file + diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico deleted file mode 100644 index df36fcfb7..000000000 Binary files a/frontend/public/favicon.ico and /dev/null differ diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png new file mode 100644 index 000000000..6f82a12d5 Binary files /dev/null and b/frontend/public/favicon.png differ diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 52e62c002..1eb8aac26 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -235,6 +235,11 @@ export default { koInfo: '开源的轻量级 Kubernetes 发行版', kubepiInfo: '现代化的开源 Kubernetes 面板', goInstall: '去安装', + + networkCard: '网卡', + disk: '磁盘', + allNetworkCard: '所有网卡', + allDisk: '所有磁盘', }, tabs: { more: '更多', diff --git a/frontend/src/views/home/index.vue b/frontend/src/views/home/index.vue index ba2e7b08a..9643e7280 100644 --- a/frontend/src/views/home/index.vue +++ b/frontend/src/views/home/index.vue @@ -67,7 +67,13 @@ v-model="searchInfo.netOption" style="float: right" > - + + - + +
{{ $t('monitor.up') }}: {{ currentChartInfo.netBytesSent }} KB/s