[pve-devel] [PATCH manager 3/3] ui: osd: details: move hostname to top
Aaron Lauterer
a.lauterer at proxmox.com
Fri May 5 15:11:29 CEST 2023
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
www/manager6/ceph/OSDDetails.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/manager6/ceph/OSDDetails.js b/www/manager6/ceph/OSDDetails.js
index 43cf72d0..3251b40d 100644
--- a/www/manager6/ceph/OSDDetails.js
+++ b/www/manager6/ceph/OSDDetails.js
@@ -125,6 +125,11 @@ Ext.define('PVE.CephOsdDetails', {
enableTextSelection: true,
},
gridRows: [
+ {
+ xtype: 'text',
+ name: 'hostname',
+ text: gettext('Hostname'),
+ },
{
xtype: 'text',
name: 'version',
@@ -145,11 +150,6 @@ Ext.define('PVE.CephOsdDetails', {
return gettext('n/a');
},
},
- {
- xtype: 'text',
- name: 'hostname',
- text: gettext('Hostname'),
- },
{
xtype: 'text',
name: 'created_at',
--
2.30.2
More information about the pve-devel
mailing list