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
9458926a
Commit
9458926a
authored
Oct 10, 2012
by
Simó Albert i Beltran
Browse files
sed -i -e 's/\s\+$//g' packages/qmp-small-node/files/usr/lib/lua/luci/controller/qmp.lua
parent
c3a3af82
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/usr/lib/lua/luci/controller/qmp.lua
View file @
9458926a
...
@@ -36,7 +36,7 @@ function index()
...
@@ -36,7 +36,7 @@ function index()
-- Rest of entries
-- Rest of entries
entry
({
"qmp"
,
"status"
},
template
(
"admin_status/index"
),
"Status"
,
2
).
dependent
=
false
entry
({
"qmp"
,
"status"
},
template
(
"admin_status/index"
),
"Status"
,
2
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
},
cbi
(
"qmp/wizard"
),
"Configuration"
,
4
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
},
cbi
(
"qmp/wizard"
),
"Configuration"
,
4
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
,
"wizard"
},
cbi
(
"qmp/wizard"
),
"Wizard"
,
1
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
,
"wizard"
},
cbi
(
"qmp/wizard"
),
"Wizard"
,
1
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
,
"network"
},
cbi
(
"qmp/network"
),
"Network"
,
2
).
dependent
=
false
entry
({
"qmp"
,
"configuration"
,
"network"
},
cbi
(
"qmp/network"
),
"Network"
,
2
).
dependent
=
false
...
...
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