Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-plugins
Commits
c7a7de3f
Verified
Commit
c7a7de3f
authored
5 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(ipam) Reorganize attributes sections in network interface
issue
#6039
parent
fbfb4fe3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ipam/admin/systems/ipam/class_networkInterface.inc
+14
-9
ipam/admin/systems/ipam/class_networkInterface.inc
with
14 additions
and
9 deletions
+14
-9
ipam/admin/systems/ipam/class_networkInterface.inc
+
14
−
9
View file @
c7a7de3f
...
@@ -54,15 +54,6 @@ class networkInterface extends simplePlugin
...
@@ -54,15 +54,6 @@ class networkInterface extends simplePlugin
_
(
'Mac address'
),
_
(
'Mac address of this system'
),
_
(
'Mac address'
),
_
(
'Mac address of this system'
),
'macAddress'
,
FALSE
'macAddress'
,
FALSE
),
),
new
ObjectSelectAttribute
(
_
(
'VLAN'
),
_
(
'VLAN'
),
'fdNetworkInterfaceVlanId'
,
FALSE
,
[
'ipamVlan'
],
'fdIpamVlanInnerId'
),
new
StringAttribute
(
_
(
'VLAN tag'
),
_
(
'VLAN tag'
),
'fdNetworkInterfaceVlanTag'
,
FALSE
),
new
ObjectSelectAttribute
(
new
ObjectSelectAttribute
(
_
(
'Subnet'
),
_
(
'Subnet'
),
_
(
'Subnet'
),
_
(
'Subnet'
),
'fdNetworkInterfaceSubnetDN'
,
FALSE
,
'fdNetworkInterfaceSubnetDN'
,
FALSE
,
...
@@ -74,6 +65,20 @@ class networkInterface extends simplePlugin
...
@@ -74,6 +65,20 @@ class networkInterface extends simplePlugin
'ipHostNumber'
,
FALSE
'ipHostNumber'
,
FALSE
)
)
),
),
],
],
'vlan'
=>
[
'name'
=>
_
(
'VLAN information'
),
'attrs'
=>
[
new
ObjectSelectAttribute
(
_
(
'VLAN'
),
_
(
'VLAN'
),
'fdNetworkInterfaceVlanId'
,
FALSE
,
[
'ipamVlan'
],
'fdIpamVlanInnerId'
),
new
StringAttribute
(
_
(
'VLAN tag'
),
_
(
'VLAN tag'
),
'fdNetworkInterfaceVlanTag'
,
FALSE
),
]
]
],
],
];
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets