|
|
@ -304,7 +304,7 @@
|
|
|
|
<label class="panel-form-label fl">CPU(核):</label>
|
|
|
|
<label class="panel-form-label fl">CPU(核):</label>
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<input type="text" name="cpu_limit[]" value="<%= config.cpu_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
<input type="text" name="cpu_limit[]" value="<%= config.cpu_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
disabled=<!=list.admin!>
|
|
|
|
disabled="">
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
@ -313,7 +313,7 @@
|
|
|
|
<label class="panel-form-label fl">最低CPU(核):</label>
|
|
|
|
<label class="panel-form-label fl">最低CPU(核):</label>
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<input type="text" name="lower_cpu_limit[]" value="<%= config.lower_cpu_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
<input type="text" name="lower_cpu_limit[]" value="<%= config.lower_cpu_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
disabled=<!=list.admin!>
|
|
|
|
disabled="">
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
@ -322,7 +322,7 @@
|
|
|
|
<label class="panel-form-label fl">内存限制(M):</label>
|
|
|
|
<label class="panel-form-label fl">内存限制(M):</label>
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<div class="pr fl with80 status_con">
|
|
|
|
<input type="text" name="memory_limit[]" value="<%= config.memory_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
<input type="text" name="memory_limit[]" value="<%= config.memory_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
disabled=<!=list.admin!>
|
|
|
|
disabled="">
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
@ -331,7 +331,7 @@
|
|
|
|
<label class="panel-form-label fl">内存要求(M):</label>
|
|
|
|
<label class="panel-form-label fl">内存要求(M):</label>
|
|
|
|
<div class="pr fl with20 status_con">
|
|
|
|
<div class="pr fl with20 status_con">
|
|
|
|
<input type="text" name="request_limit[]" value="<%= config.request_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
<input type="text" name="request_limit[]" value="<%= config.request_limit %>" class="panel-box-sizing task-form-100 task-height-40"
|
|
|
|
disabled=<!=list.admin!>
|
|
|
|
disabled="">
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
placeholder="请输入类别名称"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<label class="panel-form-label fl" style="width: 48%">温馨提示:纯编程类型实训建议使用默认值,对于大数据等建议使用最大内存的30%</label>
|
|
|
|
<label class="panel-form-label fl" style="width: 48%">温馨提示:纯编程类型实训建议使用默认值,对于大数据等建议使用最大内存的30%</label>
|
|
|
|