mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
11 lines
271 B
JavaScript
11 lines
271 B
JavaScript
'use strict';
|
|
'require view.ruantiblock.log-abstract as abc';
|
|
'require view.ruantiblock.tools as tools';
|
|
|
|
return abc.view.extend({
|
|
viewName : 'ruantiblock',
|
|
title : _('Ruantiblock') + ' - ' + _('Log'),
|
|
autoRefresh: false,
|
|
appPattern : tools.appName + ':',
|
|
});
|