]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
utils: add comment note for task descriptions
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Apr 2021 12:10:55 +0000 (14:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Apr 2021 12:10:55 +0000 (14:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Utils.js

index 85387946165e592e89a65e6973dc7f1836edc984..1dd2098dddc8729c32c23b209b06220ff4d6ae87 100644 (file)
@@ -568,6 +568,7 @@ utilities: {
            Proxmox.Utils.unknownText;
     },
 
+    // NOTE: only add general, product agnostic, ones here! Else use override helper in product repos
     task_desc_table: {
        aptupdate: ['', gettext('Update package database')],
        diskinit: ['Disk', gettext('Initialize Disk with GPT')],