Skip to content

Commit

Permalink
Log Format
Browse files Browse the repository at this point in the history
  • Loading branch information
NaiboWang committed Jul 18, 2023
1 parent 6318785 commit 9d5ce18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElectronJS/src/taskGrid/FlowChart.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h4 class="modal-title" id="myModalLabel">Save Task (Can press Ctrl + S to open
</select>
<label>Maximum Display Length of Data in Console Preview:</label>
<input onkeydown="inputDelete(event)" type="number" value="15" id="maxViewLength" class="form-control"></input>
<label>Record runtime log:</label>
<label>Record log when executing the task:</label>
<select id="recordLog" name="recordLog" class="form-control">
<option value = 1>Yes</option>
<option value = 0>No</option>
Expand Down
2 changes: 1 addition & 1 deletion ElectronJS/src/taskGrid/FlowChart_CN.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h4 class="modal-title" id="myModalLabel">保存任务(可按Ctrl+S调出此
</select>
<label>控制台预览时数据最大显示长度:</label>
<input onkeydown="inputDelete(event)" type="number" value="15" id="maxViewLength" class="form-control"></input>
<label>是否记录运行时日志</label>
<label>任务执行时是否记录日志</label>
<select id="recordLog" name="recordLog" class="form-control">
<option value = 1></option>
<option value = 0></option>
Expand Down

0 comments on commit 9d5ce18

Please sign in to comment.