mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update shadowsocks-libev interface
This commit is contained in:
parent
7e135411bc
commit
63a31e6a09
1 changed files with 12 additions and 19 deletions
|
@ -1,8 +1,5 @@
|
||||||
<div class="cbi-section-create cbi-tblsection-create">
|
<div class="cbi-section-create cbi-tblsection-create">
|
||||||
<br />
|
<div>
|
||||||
<div class="table cbi-section-table">
|
|
||||||
<div class="tr cbi-section-table-row">
|
|
||||||
<div class="td cbi-section-table-cell" style="width:140px">
|
|
||||||
<select class="cbi-input-select" id="_newinst.type" name="_newinst.type">
|
<select class="cbi-input-select" id="_newinst.type" name="_newinst.type">
|
||||||
<option value="_dummy">-- instance type --</option>
|
<option value="_dummy">-- instance type --</option>
|
||||||
<option value="ss_local">ss-local</option>
|
<option value="ss_local">ss-local</option>
|
||||||
|
@ -11,14 +8,10 @@
|
||||||
<option value="ss_server">ss-server</option>
|
<option value="ss_server">ss-server</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="td cbi-section-table-cell" style="width:110px">
|
<div>
|
||||||
<input type="text" class="cbi-input-text" id="_newinst.name" name="_newinst.name" placeholder="<%:Name%>"/>
|
<input type="text" class="cbi-input-text" id="_newinst.name" name="_newinst.name" placeholder="<%:Name%>"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="td cbi-section-table-cell left">
|
|
||||||
<input type="submit" class="cbi-button cbi-button-add" name="cbi.cts.<%=self.config%>" value="<%:Add%>" />
|
<input type="submit" class="cbi-button cbi-button-add" name="cbi.cts.<%=self.config%>" value="<%:Add%>" />
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">//<![CDATA[
|
<script type="text/javascript">//<![CDATA[
|
||||||
XHR.poll(5, '<%=url('admin/services/shadowsocks-libev/status')%>', null,
|
XHR.poll(5, '<%=url('admin/services/shadowsocks-libev/status')%>', null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue