1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-15 09:36:43 +00:00
This commit is contained in:
2020-04-30 12:02:56 +08:00
parent 4348a51ceb
commit 29f9714e2a
3 changed files with 11 additions and 1 deletions

View File

@@ -155,13 +155,20 @@
<button type="button" class="btn btn-default task-remove">Remove</button>
</div>
</div>
<div class="col-md-2">
<div class="col-md-1">
<label>Host Name</label>
<div class="form-group">
<input type="text" class="form-control task-name" maxlength="32"
placeholder="Task Name & Node Name" value="node1" required/>
</div>
</div>
<div class="col-md-1">
<label>Node Role<abbr title="Node role">?</abbr></label>
<select class="form-control form-control task-is-ps" required>
<option value="1">PS</option>
<option value="0" selected>Worker</option>
</select>
</div>
<div class="col-md-2">
<label>CPU Number</label>
<div class="form-group">