diff options
author | Karl Palsson <karlp@etactica.com> | 2021-10-18 13:04:00 +0000 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2024-03-17 01:02:19 +0100 |
commit | c5a65a839713ab7ac70e6a6b5a7331593f67a9a0 (patch) | |
tree | b0638283a3ae449f006011dbea8fd706c3b92a9e /applications/luci-app-nextdns/root/usr | |
parent | 97ebdcbddb9cad76dc551086fcb887e55886a069 (diff) |
widgets: add a re-useable filtered logread view
Multiple apps introduced their own implementation of a syslog view,
filtered for just their own application logs. Pull that out as a shared
view. Some of these had _minor_ style differences, which has been
"standardized" now. A full "widget" conversion would allow more end app
tuning of that, but is not implemented.
Signed-off-by: Karl Palsson <karlp@etactica.com>
app-nextdns: fix Logs title
Minor typo, introduced in 625abbf (convert simple controllers to
menu.json)
Signed-off-by: Karl Palsson <karlp@etactica.com>
luci-base: implement shared log reader view
Closes #5452
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'applications/luci-app-nextdns/root/usr')
-rw-r--r-- | applications/luci-app-nextdns/root/usr/share/luci/menu.d/luci-app-nextdns.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-nextdns/root/usr/share/luci/menu.d/luci-app-nextdns.json b/applications/luci-app-nextdns/root/usr/share/luci/menu.d/luci-app-nextdns.json index fb9cb7e3fb..a27de0c075 100644 --- a/applications/luci-app-nextdns/root/usr/share/luci/menu.d/luci-app-nextdns.json +++ b/applications/luci-app-nextdns/root/usr/share/luci/menu.d/luci-app-nextdns.json @@ -21,7 +21,7 @@ }, "admin/services/nextdns/log": { - "title": "Configuration", + "title": "Logs", "order": 2, "action": { "type": "view", |