mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 07:11:59 +00:00
c5a65a8397
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>
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
'use strict';
|
|
'require tools.views as views';
|
|
|
|
return views.LogreadBox("trm-", "travelmate");
|