From 4fc57df439d64dd3e98544649e0457becffae699 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 08:09:37 +0200 Subject: [PATCH] fixup comment forgot to save in vim when editing the comment before committing.. Signed-off-by: Thomas Lamprecht --- src/node/APTRepositories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js index e34abb6..134e65d 100644 --- a/src/node/APTRepositories.js +++ b/src/node/APTRepositories.js @@ -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 = (Option) if (components[0].match(/\w+(-no-subscription|test)\s*$/i)) { metaData.tdCls = 'proxmox-warning-row'; err = ' ';