luci-0.10: merge r8125
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 18:33:17 +0000 (18:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 18:33:17 +0000 (18:33 +0000)
modules/admin-core/luasrc/controller/admin/servicectl.lua
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 83f07d7f2731004c6cfd3ee891c084af935ea4d0..ccd54da764109d05707074670de2c3b4f1cfe9da 100644 (file)
@@ -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
 
index 2bdd3477795c3d533ce6eeb37fb8c439e3241d68..95e6a075e4036a6789aff5d2e4a5fd73c50b58cb 100644 (file)
@@ -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 {