From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 18:33:17 +0000 (+0000) Subject: luci-0.10: merge r8125 X-Git-Tag: 0.10.0~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f6a862dc0855507678c333c289c730005d84345;p=oweals%2Fluci.git luci-0.10: merge r8125 --- diff --git a/modules/admin-core/luasrc/controller/admin/servicectl.lua b/modules/admin-core/luasrc/controller/admin/servicectl.lua index 83f07d7f2..ccd54da76 100644 --- a/modules/admin-core/luasrc/controller/admin/servicectl.lua +++ b/modules/admin-core/luasrc/controller/admin/servicectl.lua @@ -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 diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 2bdd34777..95e6a075e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -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 {