feat: add new type of running model
fix: fix the bug in distributing & starting multi-point contracts in NodePortal.html
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
<input class="form-control" id="selectUnitNum" type="number"
|
||||
placeholder="选择节点数量" step="1" class="modal_input" min="1"
|
||||
max="10"/>
|
||||
<select class="custom-select"
|
||||
<select class="custom-select" id="sequence"
|
||||
style="appearance: none">
|
||||
<option selected id="sequencing" value="0">选择集群合约模式</option>
|
||||
<option value="1">RequestOnce</option>
|
||||
@@ -280,6 +280,7 @@
|
||||
<option value="3">RARF</option>
|
||||
<option value="4">RARH</option>
|
||||
<option value="5">RARA</option>
|
||||
<option value="6">Shading</option>
|
||||
</select>
|
||||
<div class="btn-group mr-3" role="group"
|
||||
style="margin-left: 2%">
|
||||
@@ -301,7 +302,7 @@
|
||||
</div>
|
||||
</br>
|
||||
<div class="input-group mb3">
|
||||
<select id="sequence" class="custom-select"
|
||||
<select class="custom-select"
|
||||
style="appearance: none">
|
||||
<option selected value="0">选择共识算法</option>
|
||||
<option value="0">无需共识</option>
|
||||
|
||||
Reference in New Issue
Block a user