mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-13 22:20:59 +00:00
11 lines
293 B
JavaScript
11 lines
293 B
JavaScript
'use strict';
|
|
'require view.ruantiblock.log-system as abc';
|
|
'require view.ruantiblock.tools as tools';
|
|
|
|
return abc.view.extend({
|
|
viewName : 'ruantiblock',
|
|
title : _('Ruantiblock') + ' - ' + _('Log'),
|
|
enableAutoRefresh: false,
|
|
appPattern : tools.appName + ':',
|
|
});
|