I can't fill a value greater than 1000 in the "Speed Network Interface" Form.
Unfortunately, I have a lot of network interfaces 10 GB and I would like to indicate in iTOP.
Is it possible to consider this?
Thanks
EB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
as workaround you could "hack" the datamodel (datamodel.itop-config-mgmt.xml) or just create your own extension module.
To allow 10.000 (10 GB) as speed, the digits value has to be changed from 6 to 7:
<classid="IPInterface"><properties></properties><fields><fieldid="speed"xsi:type="AttributeDecimal"_delta="redefine"><sql>speed</sql><default_value/><is_null_allowed>true</is_null_allowed><digits>7</digits><!-- ---- changed from 6 to 7 ----- --><decimals>2</decimals></field></fields><methods/><presentation></presentation></class>
Hope that helps...
Best regards
Alexander
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I can't fill a value greater than 1000 in the "Speed Network Interface" Form.
Unfortunately, I have a lot of network interfaces 10 GB and I would like to indicate in iTOP.
Is it possible to consider this?
Thanks
EB
Hi Eric,
as workaround you could "hack" the datamodel (datamodel.itop-config-mgmt.xml) or just create your own extension module.
To allow 10.000 (10 GB) as speed, the digits value has to be changed from 6 to 7:
Hope that helps...
Best regards
Alexander