[pbs-devel] [PATCH proxmox-backup 15/23] ui: utils: render unplugged maintenance mode correctly
Hannes Laimer
h.laimer at proxmox.com
Fri Sep 15 08:54:49 CEST 2023
Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
www/Utils.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/Utils.js b/www/Utils.js
index 2eca600e..56b1de30 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -702,6 +702,8 @@ Ext.define('PBS.Utils', {
break;
case 'offline': modeText = gettext("Offline");
break;
+ case 'unplugged': modeText = gettext("Unplugged");
+ break;
}
return `${modeText} ${extra}`;
},
--
2.39.2
More information about the pbs-devel
mailing list