2020-09-16 09:09:10 +08:00
|
|
|
{$layout}
|
|
|
|
|
|
2020-10-01 16:51:32 +08:00
|
|
|
{$var "header"}
|
2020-11-24 17:36:42 +08:00
|
|
|
<script src="/servers/certs/datajs" type="text/javascript"></script>
|
2020-10-01 16:51:32 +08:00
|
|
|
<script src="/js/sortable.min.js" type="text/javascript"></script>
|
|
|
|
|
{$end}
|
|
|
|
|
|
2021-12-02 17:41:51 +08:00
|
|
|
{$template "../settings_menu"}
|
|
|
|
|
{$template "/left_menu_with_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box with-menu">
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-16 09:09:10 +08:00
|
|
|
<input type="hidden" name="serverId" :value="serverId"/>
|
|
|
|
|
<input type="hidden" name="serverType" :value="serverType"/>
|
|
|
|
|
<table class="ui table selectable definition">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="title">绑定端口 *</td>
|
|
|
|
|
<td>
|
2021-10-10 16:30:21 +08:00
|
|
|
<network-addresses-box :v-server-type="serverType" :v-addresses="tlsConfig.listen" :v-protocol="'tls'" :v-support-range="true"></network-addresses-box>
|
2020-09-16 09:09:10 +08:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2020-10-01 16:51:32 +08:00
|
|
|
|
|
|
|
|
<!-- SSL配置 -->
|
|
|
|
|
<ssl-config-box :v-ssl-policy="tlsConfig.sslPolicy" :v-protocol="'tls'" v-show="tlsConfig.isOn"></ssl-config-box>
|
|
|
|
|
|
2020-09-16 09:09:10 +08:00
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|