public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 3/3] ui: osd: details: move hostname to top
Date: Fri,  5 May 2023 15:11:29 +0200	[thread overview]
Message-ID: <20230505131129.3555469-4-a.lauterer@proxmox.com> (raw)
In-Reply-To: <20230505131129.3555469-1-a.lauterer@proxmox.com>

Signed-off-by: Aaron Lauterer <a.lauterer@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





      parent reply	other threads:[~2023-05-05 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-05 13:11 [pve-devel] [PATCH manager 0/3] osd details: add created_at & created_version Aaron Lauterer
2023-05-05 13:11 ` [pve-devel] [PATCH manager 1/3] api: osd: details: add created_at and created_version Aaron Lauterer
2023-05-05 13:11 ` [pve-devel] [PATCH manager 2/3] ui: " Aaron Lauterer
2023-05-05 13:11 ` Aaron Lauterer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230505131129.3555469-4-a.lauterer@proxmox.com \
    --to=a.lauterer@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal