mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
update 2023-03-19 00:23:15
This commit is contained in:
parent
6292620f01
commit
00a9c40466
@ -14,7 +14,7 @@ start_service() {
|
||||
config_get_bool enabled config enabled
|
||||
config_get WORK_DIR config workdir
|
||||
|
||||
[ "$enabled" -eq "1" ] || return 1
|
||||
[ "$enabled" -eq "1" ] || exit 2
|
||||
[ -d "$WORK_DIR" ] || mkdir -m 0755 -p "$WORK_DIR"
|
||||
|
||||
procd_open_instance
|
||||
|
@ -1,3 +1,12 @@
|
||||
<div align="center">
|
||||
</a><a href="https://github.com/gngpp/luci-app-design-config/releases">
|
||||
<img src="https://img.shields.io/github/release/gngpp/luci-app-design-config.svg?style=flat">
|
||||
</a><a href="hhttps://github.com/gngpp/luci-app-design-config/releases">
|
||||
<img src="https://img.shields.io/github/downloads/gngpp/luci-app-design-config/total?style=flat">
|
||||
</a>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
# luci-app-design-config
|
||||
Design Theme Config Plugin
|
||||
|
||||
|
@ -3346,4 +3346,7 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
|
||||
.node-services-watchcat-plus select[id*="cbi.opt.watchcat"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* fix node-nas-fileassistant table overflow style */
|
||||
.node-nas-fileassistant #list-content {
|
||||
overflow: auto;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user