From f61d822efaea9d21ffec40a110e5f8b175ca6ece Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 17 May 2022 10:17:32 +0200 Subject: [PATCH] ui: utils: add depreacation comment to render_size_usage Signed-off-by: Thomas Lamprecht --- www/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/Utils.js b/www/Utils.js index 838b4511..52d24348 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -294,6 +294,7 @@ Ext.define('PBS.Utils', { return Ext.String.format(gettext("in {0}"), duration); }, + // FIXME: depreacted by Proxmox.Utils.render_size_usage ?! render_size_usage: function(val, max) { if (max === 0) { return gettext('N/A');