1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert "Revert "Merge branch 'test' into develop""

This reverts commit f26fc1d4a6.
This commit is contained in:
suyuan 2021-01-08 00:52:44 +08:00
parent f26fc1d4a6
commit cb110acffa
7 changed files with 433 additions and 415 deletions

View file

@ -17,9 +17,9 @@
%>
<form class="inline" method="post" action="<%=url('admin/system/' .. menuentry:lower() .. '/update_vps')%>">
<div class="cbi-map">
<h2 name="content"><%:Update VPS%></h2>
<h2 name="content"><%:Update server%></h2>
<fieldset class="cbi-section" id="update">
<div class="cbi-section-descr"><%:Update remotly the server to latest version when needed.%> <b><%:Beta%></b></div>
<div class="cbi-section-descr"><%:Update remotly servers to latest version and reboot them.%> <b><%:Beta%></b></div>
<div class="cbi-value">
<label class="cbi-value-title"><%:Update server%></label>
<div class="cbi-value-field">
@ -40,7 +40,7 @@
<div class="cbi-map">
<h2 name="content"><%:Advanced Settings%></h2>
<fieldset class="cbi-section" id="networks">
<legend><%:VPS settings%></legend>
<legend><%:Server settings%></legend>
<%
uci:foreach("openmptcprouter","server", function(s)
servername = s[".name"]