feat: support createParam

This commit is contained in:
CaiHQ
2022-04-21 10:14:00 +08:00
parent 897f59c2eb
commit b0f4c4225b
4 changed files with 59 additions and 15 deletions

View File

@@ -230,15 +230,22 @@
onchange="changeYpkName(this.value)">
<option selected>请选择ypk文件</option>
</select>
<input class="form-control" id="createParam"
placeholder="填写启动参数" class="modal_input"/>
<div class="input-group-text">
<input type="checkbox" id="autoConvertStr"
aria-label="Checkbox for convertParam"
data-toggle="tooltip"
checked
title="" data-original-title="自动将参数转为JSON对象"/>
</div>
<select id="selectDumpPeriod" class="custom-select"
style="appearance: none">
<option selected>不保存</option>
<option selected>/12hours自动保存</option>
<option selected>/1day自动保存</option>
<option selected>/2days自动保存</option>
<option selected>选择状态保存模式</option>
<option>/12hours自动保存</option>
<option>/1day自动保存</option>
<option>/2days自动保存</option>
<option>选择状态保存模式</option>
</select>
<div class="input-group-append">
<button onclick="deleteYpk()"
@@ -1094,7 +1101,8 @@
id='nodeCenterWSInput'>
<div class='input-group-append'>
<button class='btn btn-outline-secondary' type='button'
id='changeNodeCenterWS' onclick='changeNodeCenterWS()'>修改
id='changeNodeCenterWS' onclick='changeNodeCenterWS()'>
修改
</button>
</div>
</div>
@@ -1356,6 +1364,7 @@
</script>
</body>