优化文字

This commit is contained in:
GoEdgeLab
2021-12-31 19:45:14 +08:00
parent 30f8b55b7c
commit e35a61bbb6
2 changed files with 6 additions and 4 deletions

View File

@@ -10,8 +10,8 @@
<tr>
<td class="title">CPU线程数</td>
<td>
<input type="text" name="maxCPU" v-model="node.maxCPU" style="width:5em" maxlength="5em"/>
<p class="comment">当前节点可以使用的最多的CPU线程数如果为0表示可以使用全部CPU</p>
<input type="text" name="maxCPU" v-model="node.maxCPU" style="width:5em" maxlength="4"/>
<p class="comment">当前节点可以使用的最多的CPU线程数如果为0则默认为4倍的CPU线程数</p>
</td>
</tr>
</table>