]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
fixup comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 06:09:37 +0000 (08:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 06:09:39 +0000 (08:09 +0200)
forgot to save in vim when editing the comment before committing..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/APTRepositories.js

index e34abb674508f9276ac81f0a195cea6ca4d8a04e..134e65d99e7af42fccdc41afd265cbe35cf1fcb4 100644 (file)
@@ -299,7 +299,7 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
                let err = '';
                if (components.length === 1) {
                    // FIXME: this should be a flag set to the actual repsotiories, i.e., a tristate
-                   // like production-read =
+                   // like production-ready = <yes|no|other> (Option<bool>)
                    if (components[0].match(/\w+(-no-subscription|test)\s*$/i)) {
                        metaData.tdCls = 'proxmox-warning-row';
                        err = '<i class="fa fa-fw warning fa-exclamation-circle"></i> ';