diff --git a/static/index.html b/static/index.html index 5ced711..9649269 100644 --- a/static/index.html +++ b/static/index.html @@ -100,7 +100,8 @@ - {{ pingLatency !== null ? pingLatency + 'ms' : '--ms' }} + {{ pingLatency !== null ? pingLatency + 'ms' : '--ms' + }} @@ -343,34 +344,7 @@ - - - - {{ dialogMode === 'add' ? '新增隧道' : '编辑隧道' }} - - 名称 - - 类型 - - tcp - udp - http - https - - - 本地 IP - 本地端口 - - 远程端口 - - - - 取消 - 确认 - - - - + @@ -378,6 +352,34 @@ + + + + {{ dialogMode === 'add' ? '新增隧道' : '编辑隧道' }} + + 名称 + + 类型 + + tcp + udp + http + https + + + 本地 IP + 本地端口 + + 远程端口 + + + + 取消 + 确认 + + + +