mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	优化节点CPU线程数文字提示
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
				
			|||||||
                <td class="title">CPU线程数</td>
 | 
					                <td class="title">CPU线程数</td>
 | 
				
			||||||
                <td>
 | 
					                <td>
 | 
				
			||||||
                    <input type="text" name="maxCPU" v-model="node.maxCPU" style="width:5em" maxlength="4"/>
 | 
					                    <input type="text" name="maxCPU" v-model="node.maxCPU" style="width:5em" maxlength="4"/>
 | 
				
			||||||
                    <p class="comment">当前节点可以使用的最多的CPU线程数,如果为0则默认为4倍的CPU线程数。<pro-warning-label></pro-warning-label></p>
 | 
					                    <p class="comment">当前节点可以使用的最多的CPU线程数,如果为0则默认为总的CPU线程数。<pro-warning-label></pro-warning-label></p>
 | 
				
			||||||
                </td>
 | 
					                </td>
 | 
				
			||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
        </table>
 | 
					        </table>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user