|
|
<@ZKUI.Input hideLabel="true" type="text" id="idOldIP" disabled="disabled" value="${ipAddress!}"/>
|
|
*
|
<@ZKUI.IP name="newIpAddress" id="newIP"/>
|
|
*
|
<@ZKUI.IP name="subnetMask" id="subnetMask" value="${subnetMask!}"/>
|
|
*
|
<@ZKUI.IP name="gatewayAddress" id="gatewayAddress" value="${gateway!}"/>
|
|
<@ZKUI.Input hideLabel="true" type="hidden" name="rowId" id="rowId" value="${rowId!}" />
<@ZKUI.Input hideLabel="true" type="hidden" name="mac" id="mac" value="${mac!}" />
|