Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
6a1f0e4b
Commit
6a1f0e4b
authored
Sep 28, 2012
by
Simó Albert i Beltran
Browse files
sed -i -e 's/\s\+$//g' packages/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/links.htm
parent
71dd5226
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/links.htm
View file @
6a1f0e4b
...
...
@@ -14,7 +14,7 @@
</table>
<div
style=
"display:table"
>
<
%
for
i
,
l
in
ipairs
(
d
)
do
%
>
<div
id=
"link"
style=
"background-color:#dadbe9;left:50px;width:300px;margin:10px;float:left;position:relative"
>
<table>
...
...
@@ -30,12 +30,12 @@
<ul>
<li>
Local IP:
<a
href=
"[<%=l.llocalIp%>]"
><
%=
l.llocalIp
%
></a></li>
<li>
Device:
<
%=
l.viaDev
%
></li>
<li>
Rate (rx/tx):
<li>
Rate (rx/tx):
<
%
if
l.rxRate
+
l.txRate
<
120
then
%
>
<span
style=
"color:red;"
>
<
%
else
%
>
<span
style=
"color:green;"
>
<
%
end
%
>
<
%
end
%
>
<
%=
l.rxRate
%
>
/
<
%=
l.txRate
%
>
</span>
</li>
...
...
@@ -43,7 +43,7 @@
</ul>
</td>
</tr>
</table>
</table>
</div>
<
%
end
%
>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment