Skip to content

Commit

Permalink
Enhancements for 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Mar 25, 2021
1 parent b0b2ae3 commit 246f42f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<author><![CDATA[Christophe Naud]]></author>
<label><![CDATA[Network Management Extended]]></label>
<description><![CDATA[TeemIp extension that provides additional classes for network management]]></description>
<version>1.0.1</version>
<version>1.1.0</version>
<release_date>2021-04-01</release_date>
<version_description><![CDATA[Enhancements from 1.0.0: See wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-network-mgmt-extended]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,16 @@
</list>
</presentation>
</class>
<class id="VLAN" _delta="must_exist">
<presentation>
<details>
<items>
<item id="logicalinterfaces_list" _delta="define_if_not_exists">
<rank>60</rank>
</item>
</items>
</details>
</presentation>
</class>
</classes>
</itop_design>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'teemip-bridge-virtualization-network-extended/1.0.0',
'teemip-bridge-virtualization-network-extended/1.1.0',
array(
// Identification
//
Expand All @@ -35,7 +35,7 @@
//
'dependencies' => array(
'teemip-virtualization-mgmt-adaptor/2.7.0',
'teemip-network-mgmt-extended/1.0.0',
'teemip-network-mgmt-extended/1.1.0',
),
'mandatory' => false,
'visible' => false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,9 @@
<item id="physicalinterfaces_list">
<rank>30</rank>
</item>
<item id="networkdevicevirtualinterfaces_list">
<rank>70</rank>
</item>
</items>
</details>
<default_search>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
// Setup
//
'dependencies' => array(
'teemip-network-mgmt/2.7.0',
'teemip-network-mgmt/2.7.1',
'teemip-config-mgmt-adaptor/2.7.0',
'teemip-virtualization-mgmt-adaptor/2.7.0',
),
'mandatory' => false,
'visible' => true,
Expand Down

0 comments on commit 246f42f

Please sign in to comment.