]> git.proxmox.com Git - pmg-gui.git/commitdiff
add onlineHelp anchors to SpamDetectorCustom
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 19 Nov 2019 12:21:32 +0000 (13:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Nov 2019 10:43:40 +0000 (11:43 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
js/SpamDetectorCustom.js

index 34cd95d6251da2a172b72c82f5befeadaf40eb44..46082a62a91bcdbf3adba3449f7c8f5c197ad311 100644 (file)
@@ -82,6 +82,7 @@ Ext.define('PMG.SpamDetectorCustomScores', {
                taskDone: () => { me.reload(); },
 
                title: gettext("Apply Custom Scores"),
+               onlineHelp: 'pmgconfig_spamdetector_customscores',
 
                items: [
                    {
@@ -109,6 +110,7 @@ Ext.define('PMG.SpamDetectorCustomScores', {
                url: "/api2/extjs/config/customscores",
                isCreate: true,
                subject: gettext("Custom Rule Score"),
+               onlineHelp: 'pmgconfig_spamdetector_customscores',
                items: [
                    {
                        xtype: 'proxmoxtextfield',
@@ -153,6 +155,7 @@ Ext.define('PMG.SpamDetectorCustomScores', {
                url: "/api2/extjs/config/customscores/" + rec.data.name,
                method: 'PUT',
                subject: gettext("Custom Rule Score"),
+               onlineHelp: 'pmgconfig_spamdetector_customscores',
                items: [
                    {
                        xtype: 'displayfield',