public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH V8 pve-manager 17/17] sdn : zone content view: add alias && resize column
Date: Fri, 27 Nov 2020 15:23:45 +0100	[thread overview]
Message-ID: <20201127142345.1494648-18-aderumier@odiso.com> (raw)
In-Reply-To: <20201127142345.1494648-1-aderumier@odiso.com>

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 www/manager6/sdn/ZoneContentView.js | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/www/manager6/sdn/ZoneContentView.js b/www/manager6/sdn/ZoneContentView.js
index 20a5fe1e..7069e52a 100644
--- a/www/manager6/sdn/ZoneContentView.js
+++ b/www/manager6/sdn/ZoneContentView.js
@@ -57,18 +57,25 @@ Ext.define('PVE.sdn.ZoneContentView', {
 	    columns: [
 		{
 		    header: 'VNet',
-		    flex: 1,
+		    width: 100,
 		    sortable: true,
 		    dataIndex: 'vnet'
 		},
+		{
+		    header: 'Alias',
+		    width: 300,
+		    sortable: true,
+		    dataIndex: 'alias'
+		},
 		{
 		    header: gettext('Status'),
-		    width: 20,
+		    width: 100,
+		    sortable: true,
 		    dataIndex: 'status',
 		},
 		{
 		    header: gettext('Details'),
-		    width: 20,
+		    flex: 1,
 		    dataIndex: 'statusmsg',
 		},
 	    ],
-- 
2.20.1




      parent reply	other threads:[~2020-11-27 14:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 14:23 [pve-devel] [PATCH V8 pve-manager 00/17] sdn: add subnets management Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 01/17] sdn: vnetedit: add subnets && remove ip/mac Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 02/17] add sdn subnets Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 03/17] add sdn ipams Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 04/17] sdn: add PVEIpam Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 05/17] sdn: subnets: ipam is optional Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 06/17] add sdn dns Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 07/17] subnets: add dns fields Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 08/17] add vnet option to subnets and remove subnets list from vnet Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 09/17] add vnet panel with vnet + subnets split view Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 10/17] subnets: move ipam/dns in advanced section, and use "pve" as default ipam Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 11/17] sdn: add options panel + move controller/ipam/dns view Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 12/17] sdn: display pending values Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 13/17] move ipams && dns options to zone Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 14/17] sdn: browser: add onlinehelp Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 15/17] sdn: evpn improvments Alexandre Derumier
2020-11-27 14:23 ` [pve-devel] [PATCH V8 pve-manager 16/17] sdn: update onlinehelp links Alexandre Derumier
2020-11-27 14:23 ` Alexandre Derumier [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=20201127142345.1494648-18-aderumier@odiso.com \
    --to=aderumier@odiso.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