[pbs-devel] [PATCH v2 proxmox-backup 14/15] ui: show backing device UUID and mount-point in option tab
Hannes Laimer
h.laimer at proxmox.com
Mon Aug 30 13:15:04 CEST 2021
---
www/datastore/OptionView.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/www/datastore/OptionView.js b/www/datastore/OptionView.js
index 5a5e85be..241cb12b 100644
--- a/www/datastore/OptionView.js
+++ b/www/datastore/OptionView.js
@@ -111,5 +111,11 @@ Ext.define('PBS.Datastore.Options', {
},
},
},
+ "backing-device": {
+ header: "Backing device UUID",
+ },
+ "backing-device-mount-point": {
+ header: "Backing device mount point",
+ },
},
});
--
2.30.2
More information about the pbs-devel
mailing list