X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=www%2Fmanager6%2FUtils.js;h=3dd287e38844706ed89dd187b2b493db58526a47;hb=fdde857a890cf02ef55d5cea9c825dce271c7fbf;hp=8c118fa25e0b40b2142f2a2002d8d4aefdd5d462;hpb=485e5106948e6951039766dbfd42de3b95ad11b5;p=pve-manager.git diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 8c118fa2..3dd287e3 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1963,6 +1963,13 @@ Ext.define('PVE.Utils', { }, tagCharRegex: /^[a-z0-9+_.-]+$/i, + + verificationStateOrder: { + 'failed': 0, + 'none': 1, + 'ok': 2, + '__default__': 3, + }, }, singleton: true,