“磁盘”文字改为“硬盘”

This commit is contained in:
GoEdgeLab
2024-04-04 16:48:49 +08:00
parent bf31158326
commit 77ae8f848b
7 changed files with 27 additions and 27 deletions

View File

@@ -172,7 +172,7 @@
</td>
</tr>
<tr>
<td>缓存盘容量</td>
<td>缓存盘容量</td>
<td>
<span v-if="node.maxCacheDiskCapacity == null || node.maxCacheDiskCapacity.count <= 0" class="disabled">没有限制</span>
<div v-else>
@@ -181,7 +181,7 @@
</td>
</tr>
<tr>
<td>盘预估写入最大速度</td>
<td>盘预估写入最大速度</td>
<td>
<span v-if="node.status.diskWritingSpeedMB == 0">-</span><span v-if="node.status.diskWritingSpeedMB > 0">&gt; {{node.status.diskWritingSpeedMB}}</span>
<span v-if="node.status.diskWritingSpeedMB > 1000">MiB/s 极快</span>
@@ -257,7 +257,7 @@
<tr>
<td>缓存用量</td>
<td>
盘:{{node.status.cacheTotalDiskSize}} &nbsp; 内存:{{node.status.cacheTotalMemorySize}}
盘:{{node.status.cacheTotalDiskSize}} &nbsp; 内存:{{node.status.cacheTotalMemorySize}}
</td>
</tr>
</tbody>