mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-08 08:53:43 +00:00
Make report labels more explicit
PMG (optionally) sends two kinds of reports: * the reports to users, which mails of theirs are in the Spamquarantine (`pmgqm`) * the reports about the System's state and performance to the Administrator (`pmgreport`) Given that these get confused quite often, make their labels in the GUI more explicit. Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
819d57c97b
commit
0729f168cf
@ -44,7 +44,7 @@ Ext.define('PMG.SpamQuarantineOptions', {
|
|||||||
return me.reportstyleTextHash[value] || value;
|
return me.reportstyleTextHash[value] || value;
|
||||||
};
|
};
|
||||||
|
|
||||||
me.add_combobox_row('reportstyle', gettext('Report Style'), {
|
me.add_combobox_row('reportstyle', gettext('User Spamreport Style'), {
|
||||||
defaultValue: 'verbose',
|
defaultValue: 'verbose',
|
||||||
renderer: render_reportstyle,
|
renderer: render_reportstyle,
|
||||||
comboItems: [
|
comboItems: [
|
||||||
|
@ -64,7 +64,7 @@ Ext.define('PMG.SystemOptions', {
|
|||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
me.add_boolean_row('dailyreport', gettext('Send daily reports'),
|
me.add_boolean_row('dailyreport', gettext('Send daily admin reports'),
|
||||||
{ defaultValue: 1});
|
{ defaultValue: 1});
|
||||||
|
|
||||||
me.add_boolean_row('advfilter', gettext('Use advanced statistic filters'),
|
me.add_boolean_row('advfilter', gettext('Use advanced statistic filters'),
|
||||||
|
Loading…
Reference in New Issue
Block a user