fixup comment
forgot to save in vim when editing the comment before committing.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0668981954
commit
4fc57df439
@ -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> ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user