mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update luci-mod-network from upstream
This commit is contained in:
parent
234a0f85e8
commit
179fb76abc
4 changed files with 46 additions and 40 deletions
|
@ -66,9 +66,9 @@ return view.extend({
|
|||
|
||||
return E([], [
|
||||
E('h2', {}, [ _('Network Utilities') ]),
|
||||
E('div', { 'class': 'table' }, [
|
||||
E('div', { 'class': 'tr' }, [
|
||||
E('div', { 'class': 'td left' }, [
|
||||
E('table', { 'class': 'table' }, [
|
||||
E('tr', { 'class': 'tr' }, [
|
||||
E('td', { 'class': 'td left' }, [
|
||||
E('input', {
|
||||
'style': 'margin:5px 0',
|
||||
'type': 'text',
|
||||
|
@ -91,7 +91,7 @@ return view.extend({
|
|||
])
|
||||
]),
|
||||
|
||||
E('div', { 'class': 'td left' }, [
|
||||
E('td', { 'class': 'td left' }, [
|
||||
E('input', {
|
||||
'style': 'margin:5px 0',
|
||||
'type': 'text',
|
||||
|
@ -114,7 +114,7 @@ return view.extend({
|
|||
])
|
||||
]),
|
||||
|
||||
E('div', { 'class': 'td left' }, [
|
||||
E('td', { 'class': 'td left' }, [
|
||||
E('input', {
|
||||
'style': 'margin:5px 0',
|
||||
'type': 'text',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue