Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
f74f4349
Commit
f74f4349
authored
9 years ago
by
Wolfgang Bumiller
Committed by
Dietmar Maurer
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DNS ui/api: ipv6 support
parent
b33af6f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Nodes.pm
PVE/API2/Nodes.pm
+3
-3
DNSEdit.js
www/manager/node/DNSEdit.js
+3
-3
No files found.
PVE/API2/Nodes.pm
View file @
f74f4349
...
@@ -883,17 +883,17 @@ __PACKAGE__->register_method({
...
@@ -883,17 +883,17 @@ __PACKAGE__->register_method({
},
},
dns1
=>
{
dns1
=>
{
description
=>
'
First name server IP address.
',
description
=>
'
First name server IP address.
',
type
=>
'
string
',
format
=>
'
ip
v4
',
type
=>
'
string
',
format
=>
'
ip
',
optional
=>
1
,
optional
=>
1
,
},
},
dns2
=>
{
dns2
=>
{
description
=>
'
Second name server IP address.
',
description
=>
'
Second name server IP address.
',
type
=>
'
string
',
format
=>
'
ip
v4
',
type
=>
'
string
',
format
=>
'
ip
',
optional
=>
1
,
optional
=>
1
,
},
},
dns3
=>
{
dns3
=>
{
description
=>
'
Third name server IP address.
',
description
=>
'
Third name server IP address.
',
type
=>
'
string
',
format
=>
'
ip
v4
',
type
=>
'
string
',
format
=>
'
ip
',
optional
=>
1
,
optional
=>
1
,
},
},
},
},
...
...
This diff is collapsed.
Click to expand it.
www/manager/node/DNSEdit.js
View file @
f74f4349
...
@@ -20,21 +20,21 @@ Ext.define('PVE.node.DNSEdit', {
...
@@ -20,21 +20,21 @@ Ext.define('PVE.node.DNSEdit', {
{
{
xtype
:
'
pvetextfield
'
,
xtype
:
'
pvetextfield
'
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
1
"
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
1
"
,
vtype
:
'
IPAddress
'
,
vtype
:
'
IP
64
Address
'
,
skipEmptyText
:
true
,
skipEmptyText
:
true
,
name
:
'
dns1
'
name
:
'
dns1
'
},
},
{
{
xtype
:
'
pvetextfield
'
,
xtype
:
'
pvetextfield
'
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
2
"
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
2
"
,
vtype
:
'
IPAddress
'
,
vtype
:
'
IP
64
Address
'
,
skipEmptyText
:
true
,
skipEmptyText
:
true
,
name
:
'
dns2
'
name
:
'
dns2
'
},
},
{
{
xtype
:
'
pvetextfield
'
,
xtype
:
'
pvetextfield
'
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
3
"
,
fieldLabel
:
gettext
(
'
DNS server
'
)
+
"
3
"
,
vtype
:
'
IPAddress
'
,
vtype
:
'
IP
64
Address
'
,
skipEmptyText
:
true
,
skipEmptyText
:
true
,
name
:
'
dns3
'
name
:
'
dns3
'
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment