diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp new file mode 100644 index 0000000..7cfad68 --- /dev/null +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp @@ -0,0 +1,140 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" %> +<%@ page import="java.io.*" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ include file="/jsp/common/include/localemessage.jsp" %> +<% + response.setHeader("Pragma", "No-cache"); + response.setHeader("Cache-Control", "no-cache"); + response.setHeader("Expires", "0"); +%> + + + 인터페이스 배포 + + + + + + + + + diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp index dc0c14b..cb1f8f5 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp @@ -1,5 +1,6 @@ <%@ page language="java" contentType="text/html; charset=utf-8" %> <%@ page import="java.io.*" %> +<%@ page import="com.eactive.eai.common.util.SystemUtil" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ include file="/jsp/common/include/localemessage.jsp" %> <% @@ -246,6 +247,11 @@ window.alert('이관 대상 API 성공['+successCount+']건, 실패['+failedCount+']건 서버에 다운로드 완료'); }); + $("#btn_deploy").click(function(){ + var url2 = '?cmd=DEPLOY_POPUP'; + showModal2(url2, {}, 663, 600); + }); + buttonControl(); // 25.11.25 파일 가져오기 할 때 중복 검사 기능추가. @@ -381,6 +387,9 @@
+ <% if (SystemUtil.isProdServer()) { %> + + <% } %>