Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luci
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
openwrt-archive
luci
Commits
2f6a862d
Commit
2f6a862d
authored
13 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
luci-0.10: merge r8125
parent
71e73497
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/admin-core/luasrc/controller/admin/servicectl.lua
+1
-1
1 addition, 1 deletion
modules/admin-core/luasrc/controller/admin/servicectl.lua
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+9
-1
9 additions, 1 deletion
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
with
10 additions
and
2 deletions
modules/admin-core/luasrc/controller/admin/servicectl.lua
+
1
−
1
View file @
2f6a862d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+
9
−
1
View file @
2f6a862d
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment