隐藏dns关键字分组配置中未完成功能
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${regionImport eq 'true'}">
|
<c:if test="${regionImport eq 'true'}">
|
||||||
<button type="button" class="btn btn-primary import" >
|
<button type="button" class="btn btn-primary import hidden" >
|
||||||
<i class="fa fa-plus"></i>
|
<i class="fa fa-plus"></i>
|
||||||
<spring:message code="import"></spring:message></button>
|
<spring:message code="import"></spring:message></button>
|
||||||
</c:if>
|
</c:if>
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
<sys:delRow url="${ctx}/basics/dns/keyword/delete?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow>
|
<sys:delRow url="${ctx}/basics/dns/keyword/delete?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow>
|
||||||
</shiro:hasPermission>
|
</shiro:hasPermission>
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group hidden">
|
||||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="fa fa-wrench"></i> <spring:message code="export"></spring:message>
|
<i class="fa fa-wrench"></i> <spring:message code="export"></spring:message>
|
||||||
<i class="fa fa-angle-down"></i>
|
<i class="fa fa-angle-down"></i>
|
||||||
@@ -156,9 +156,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<shiro:hasPermission name="dns:keyword:config">
|
<shiro:hasPermission name="dns:keyword:config">
|
||||||
<div class="btn-group">
|
<div class="btn-group hidden">
|
||||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="fa fa-wrench"></i> <spring:message code="examine"></spring:message>
|
<i class="fa fa-wrench"></i> <spring:message code="examine"></spring:message>
|
||||||
<i class="fa fa-angle-down"></i>
|
<i class="fa fa-angle-down"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user