Files

11 lines
293 B
JavaScript
Raw Permalink Normal View History

2024-05-12 18:50:13 +03:00
'use strict';
'require view.ruantiblock.log-system as abc';
2020-06-19 20:43:08 +03:00
'require view.ruantiblock.tools as tools';
2021-03-26 23:49:38 +03:00
return abc.view.extend({
viewName : 'ruantiblock',
title : _('Ruantiblock') + ' - ' + _('Log'),
enableAutoRefresh: false,
appPattern : tools.appName + ':',
2020-06-19 20:43:08 +03:00
});