mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix settings page
This commit is contained in:
parent
a75b8639df
commit
9ec56d3ff3
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Prepare
|
name: Prepare
|
||||||
command: |
|
command: |
|
||||||
|
sudo rm -rf /var/lib/apt/lists/lock
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
sudo rm -rf /var/lib/apt/lists/lock
|
||||||
sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl
|
sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl
|
||||||
|
|
||||||
build_x86_64:
|
build_x86_64:
|
||||||
|
|
|
@ -94,7 +94,6 @@
|
||||||
<%
|
<%
|
||||||
end
|
end
|
||||||
%>
|
%>
|
||||||
</div>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="cbi-section" id="networks">
|
<fieldset class="cbi-section" id="networks">
|
||||||
<legend><%:Networks settings%></legend>
|
<legend><%:Networks settings%></legend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue