|
|
|
|
@ -2,8 +2,10 @@
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
|
<div class="d-flex flex-row justify-content-end p-3">
|
|
|
|
|
<div>
|
|
|
|
|
<button class="btn btn-primary w-px-80" id="btnAddAuthActions" onclick="${infoPrefix}Control.addActions();">+ 추가</button>
|
|
|
|
|
<button class="btn btn-danger w-px-80" id="btnRemoveAuthActions" onclick="removeAuthActions();">- 제거</button>
|
|
|
|
|
<c:if test="${currentUser.isAdmin()}">
|
|
|
|
|
<button class="btn btn-primary w-px-80" id="btnAddAuthActions" onclick="${infoPrefix}Control.addActions();">+ 추가</button>
|
|
|
|
|
<button class="btn btn-danger w-px-80" id="btnRemoveAuthActions" onclick="removeAuthActions();">- 제거</button>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<table class="datatables-ajax table table-bordered dataTable no-footer" id="DataTables_Table_0" aria-describedby="DataTables_Table_0_info">
|
|
|
|
|
|