]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/node/APTRepositories.js
fixup comment
[proxmox-widget-toolkit.git] / 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> ';