Ver a proveniência

Log Format

pull/129/head
NaiboWang-Alienware há 1 ano
ascendente
cometimento
9d5ce18ba4
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      ElectronJS/src/taskGrid/FlowChart.html
  2. +1
    -1
      ElectronJS/src/taskGrid/FlowChart_CN.html

+ 1
- 1
ElectronJS/src/taskGrid/FlowChart.html Ver ficheiro

@ -649,7 +649,7 @@ If the expression returns a value greater than 0 or evaluates to True, the opera
</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>

+ 1
- 1
ElectronJS/src/taskGrid/FlowChart_CN.html Ver ficheiro

@ -649,7 +649,7 @@
</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>

Carregando…
Cancelar
Guardar