mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
在仪表板中添加网络流量组件
This commit is contained in:
@@ -46,6 +46,7 @@ const enableConfig = ref<{ [key: string]: boolean }>({
|
||||
weeklyOverview: false,
|
||||
cpu: false,
|
||||
memory: false,
|
||||
network: false,
|
||||
library: true,
|
||||
playing: true,
|
||||
latest: true,
|
||||
@@ -112,6 +113,14 @@ const dashboardConfigs = ref<DashboardItem[]>([
|
||||
cols: { cols: 12, md: 6 },
|
||||
elements: [],
|
||||
},
|
||||
{
|
||||
id: 'network',
|
||||
name: t('dashboard.network'),
|
||||
key: '',
|
||||
attrs: {},
|
||||
cols: { cols: 12, md: 6 },
|
||||
elements: [],
|
||||
},
|
||||
{
|
||||
id: 'library',
|
||||
name: t('dashboard.library'),
|
||||
|
||||
Reference in New Issue
Block a user