Skip to content
Snippets Groups Projects
Commit 2f6a862d authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-0.10: merge r8125

parent 71e73497
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ function action_restart()
local service
local services = { }
for service in luci.dispatcher.context.requestpath[3]:gmatch("%w+") do
for service in luci.dispatcher.context.requestpath[3]:gmatch("[%w_-]+") do
services[#services+1] = service
end
......
......@@ -720,6 +720,10 @@ td.cbi-value-error {
padding: 3px;
}
.cbi-value-field var {
color: #2222FF;
}
ul.cbi-tabmenu {
padding: 3px 0;
margin-left: 0 !important;
......@@ -772,8 +776,12 @@ div.cbi-tab-descr {
padding: 0.5em 0.5em 0.5em 2em;
}
.left {
text-align: left !important;
}
.right {
text-align: right;
text-align: right !important;
}
.luci {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment