1.修改分组域配置批量删除逻辑
2.修正分组域配置删除提示信息 3.补漏表单GroupName必填
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<span class="input-icon input-icon-md" style="display: inline; left: 90%;"><i class="fa fa-search"></i></span>
|
||||
<input id="srearchInput" class="form-control" name="groupName" value="${cfgGroupName }" autocomplete="false" >
|
||||
<input id="srearchInput" class="form-control required" name="groupName" value="${cfgGroupName }" autocomplete="false" >
|
||||
</div>
|
||||
<div for="groupName"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user