fix: 添加缺失的i18n文本
This commit is contained in:
@@ -384,7 +384,7 @@ const updateCharts = (newStatus: ServerStatusData | null) => {
|
||||
const roundingFactor = networkRateUnitIsMB.value ? 1 : 10;
|
||||
const buffer = networkRateUnitIsMB.value ? 1 : 10;
|
||||
networkChartOptions.value.scales.y.max = Math.ceil(maxNetworkRate / roundingFactor) * roundingFactor + buffer;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
watch(() => props.serverStatus, (newStatus) => {
|
||||
|
||||
Reference in New Issue
Block a user