Minor improvements. luci-app-ruantiblock: updated log.

This commit is contained in:
gSpot
2025-04-14 19:05:04 +03:00
parent 82fd11b612
commit ba8011c8ba
20 changed files with 425 additions and 248 deletions
@@ -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 + ':',
});