mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 01:11:21 +08:00
11 lines
233 B
JavaScript
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,
|
|
});
|