添加urlprotocol配置选项

添加urlprotocol配置选项
pull/124/head
horizonlin 2018-12-07 16:24:24 +08:00 committed by GitHub
parent 20e5fac66f
commit c3a82aff8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -235,6 +235,18 @@
<input id="sess-noop-timeout" type="text" value="15"/><span class="unit">分钟</span><span class="desc">0~60。指定时间内远程会话没有任何数据包收发时将此会话断开为0则不检查。默认为15分钟。</span>
</td>
</tr>
<tr>
<td colspan="2" class="title">
<hr class="hr-sm"/>
远程启动方式
</td>
</tr>
<tr>
<td class="key"></td>
<td class="value">
<div id="sess-use-url-protocol" class="tp-checkbox tp-editable">使用UrlProtocl启动远程</div>
</td>
</tr>
</table>
<hr/>