small-packages/luci-app-log/htdocs/luci-static/resources/view/log-viewer/syslog.js
2026-05-10 09:48:30 +08:00

11 lines
233 B
JavaScript

'use strict';
'require view.log-viewer.log-system as abc';
return abc.view.extend({
viewName : 'syslog',
title : _('System Log'),
enableAutoRefresh: true,
appPattern : '^',
loggerTail : true,
});