mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 06:30:59 +00:00
Minor improvements. luci-app-ruantiblock: updated log.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
'use strict';
|
||||
'require view.ruantiblock.log-abstract as abc';
|
||||
'require view.ruantiblock.log-system as abc';
|
||||
'require view.ruantiblock.tools as tools';
|
||||
|
||||
return abc.view.extend({
|
||||
viewName : 'ruantiblock',
|
||||
title : _('Ruantiblock') + ' - ' + _('Log'),
|
||||
autoRefresh: false,
|
||||
appPattern : tools.appName + ':',
|
||||
viewName : 'ruantiblock',
|
||||
title : _('Ruantiblock') + ' - ' + _('Log'),
|
||||
enableAutoRefresh: false,
|
||||
appPattern : tools.appName + ':',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user