修复特定服务列表页面国际化
This commit is contained in:
@@ -180,8 +180,15 @@
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input_protocol_name'/>" type="text" onchange="casec()" maxlength="60">
|
||||
|
||||
<c:if test="${specificServiceCfg.cfgType==1}">
|
||||
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input'/> <spring:message code='app_name'/>" type="text" onchange="casec()" maxlength="60">
|
||||
</c:if>
|
||||
<c:if test="${specificServiceCfg.cfgType==2}">
|
||||
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input'/> <spring:message code='tunnel_name'/>" type="text" onchange="casec()" maxlength="60">
|
||||
</c:if>
|
||||
<c:if test="${specificServiceCfg.cfgType==3}">
|
||||
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input'/> <spring:message code='protocol_name'/>" type="text" onchange="casec()" maxlength="60">
|
||||
</c:if>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -309,7 +316,7 @@
|
||||
<spring:message code="tunnel_desc"/>
|
||||
</c:if>
|
||||
<c:if test="${specificServiceCfg.cfgType==3}">
|
||||
<spring:message code="protoco_desc"/>
|
||||
<spring:message code="protocol_desc"/>
|
||||
</c:if>
|
||||
</th>
|
||||
<%-- <th><spring:message code="group_id"/></th> --%>
|
||||
|
||||
Reference in New Issue
Block a user