]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: utils: add depreacation comment to render_size_usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 May 2022 08:17:32 +0000 (10:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 May 2022 08:21:26 +0000 (10:21 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/Utils.js

index 838b45117e68a274fd844afc219e5357e2df2f14..52d2434895061d5515e5704aabb95c586a6dd652 100644 (file)
@@ -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');