luci-app: updated log.

This commit is contained in:
gSpot
2023-12-02 01:17:40 +03:00
parent 25e681055e
commit 81a27975e8
9 changed files with 296 additions and 169 deletions
@@ -1,34 +0,0 @@
#!/bin/sh
. /lib/functions.sh
. /usr/share/libubox/jshn.sh
readonly LOGREAD_CMD="logread -e ruantiblock:"
make_size_value() {
json_init
json_add_string 'bytes' "$1"
json_dump
json_cleanup
}
get_log_size() {
make_size_value "`$LOGREAD_CMD | wc -c`"
}
case "$1" in
list)
json_init
json_add_object "getLogSize"
json_close_object
json_dump
json_cleanup
;;
call)
case "$2" in
getLogSize)
get_log_size
;;
esac
;;
esac
@@ -18,8 +18,7 @@
},
"uci": [ "network", "ruantiblock" ],
"ubus": {
"luci": [ "getInitList", "setInitAction" ],
"luci.ruantiblock": [ "getLogSize" ]
"luci": [ "getInitList", "setInitAction" ]
}
},
"write": {