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 v4 pve-manager 7/8] subnets: add dns fields
Date: Mon, 24 Aug 2020 18:48:46 +0200	[thread overview]
Message-ID: <20200824164847.12490-8-aderumier@odiso.com> (raw)
In-Reply-To: <20200824164847.12490-1-aderumier@odiso.com>

---
 www/manager6/sdn/SubnetEdit.js | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/www/manager6/sdn/SubnetEdit.js b/www/manager6/sdn/SubnetEdit.js
index 2afa1a27..ac9a40ea 100644
--- a/www/manager6/sdn/SubnetEdit.js
+++ b/www/manager6/sdn/SubnetEdit.js
@@ -53,6 +53,41 @@ Ext.define('PVE.sdn.SubnetInputPanel', {
             value: '',
             allowBlank: true,
         },
+        {
+            xtype: 'pveSDNDnsSelector',
+            fieldLabel: gettext('Dns server'),
+            name: 'dns',
+            value: '',
+            allowBlank: true,
+        },
+	{
+	    xtype: 'proxmoxtextfield',
+	    name: 'dnszone',
+	    skipEmptyText: true,
+	    fieldLabel: gettext('DNS zone'),
+	    allowBlank: true
+	},
+	{
+	    xtype: 'proxmoxtextfield',
+	    name: 'dnszoneprefix',
+	    skipEmptyText: true,
+	    fieldLabel: gettext('DNS zone prefix'),
+	    allowBlank: true
+	},
+        {
+            xtype: 'pveSDNDnsSelector',
+            fieldLabel: gettext('Reverse Dns server'),
+            name: 'reversedns',
+            value: '',
+            allowBlank: true,
+        },
+	{
+	    xtype: 'proxmoxtextfield',
+	    name: 'reversednszone',
+	    skipEmptyText: true,
+	    fieldLabel: gettext('Reverse DNS zone'),
+	    allowBlank: true
+	},
     ]
 });
 
-- 
2.20.1




  parent reply	other threads:[~2020-08-24 16:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 16:48 [pve-devel] [PATCH v4 pve-manager 0/8] sdn : add subnets management Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 1/8] sdn: vnetedit: add subnets && remove ip/mac Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 2/8] add sdn subnets Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 3/8] add sdn ipams Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 4/8] sdn: add PVEIpam Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 5/8] sdn: subnets: ipam is optional Alexandre Derumier
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 6/8] add sdn dns Alexandre Derumier
2020-08-24 16:48 ` Alexandre Derumier [this message]
2020-08-24 16:48 ` [pve-devel] [PATCH v4 pve-manager 8/8] add vnet option to subnets and remove subnets list from vnet Alexandre Derumier

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=20200824164847.12490-8-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