- tab1,2 버튼 스타일 통일
- 여백수정 - pretty 버튼 클릭시 자동정렬 - api id/명 이름 통일
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
if(syntax === 'JSN'){
|
||||
prettyValue = vkbeautify.json(value);
|
||||
}else if(syntax === 'XML'){
|
||||
prettyValue = vkbeautify.xml(value);
|
||||
prettyValue = vkbeautify.xml(value).trim();
|
||||
}
|
||||
bodyCodeEditor.setValue(prettyValue);
|
||||
});
|
||||
@@ -868,6 +868,8 @@ $(document).ready(function() {
|
||||
.val('XML')
|
||||
.trigger('change');
|
||||
|
||||
$('#btn_pretty_body').click();
|
||||
|
||||
isPrettyView = true;
|
||||
$button.text("업무데이터 보기");
|
||||
|
||||
@@ -946,14 +948,14 @@ html,hbody {
|
||||
<td style="width:30%;"><input type="text" name="msgDpstYMS" readonly="readonly"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>API ID</th><td><input type="text" name="eaiSvcName" readonly="readonly" />
|
||||
<th><%= localeMessage.getString("eaiMessage.eaiSvcName")%></th><td><input type="text" name="eaiSvcName" readonly="readonly" />
|
||||
<%-- <img src="<c:url value="/images/bt/pop_detail.gif"/>" alt="" id="eaiSvcName" class="eaiSvcName_btn" /> --%>
|
||||
<%-- <button type="button" class="cssbtn smallBtn2" id="eaiSvcName" style="vertical-align:middle; font-weight:bold;"><i class="material-icons">details</i><%= localeMessage.getString("button.detail") %></button>--%>
|
||||
</td>
|
||||
<th><%=localeMessage.getString("trackingDetail.msgPrcssYMS")%></th><td><input type="text" name="msgPrcssYMS" readonly="readonly"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>API 명</th><td><input type="text" name="eaiSvcDesc" readonly="readonly"/> </td>
|
||||
<th><%= localeMessage.getString("eaiMessage.eaiSvcDesc")%></th><td><input type="text" name="eaiSvcDesc" readonly="readonly"/> </td>
|
||||
<th>ORG GUID</th><td><input type="text" name="pguid" readonly="readonly"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -999,7 +1001,7 @@ html,hbody {
|
||||
<div class="tab_container">
|
||||
<div id="tab1" class="tab_content" >
|
||||
<table id="grid" ></table>
|
||||
<div style="margin:15px 0;">
|
||||
<div style="margin-top:0px; margin-bottom:10px;">
|
||||
<table width="100%"><tr>
|
||||
<td width="90%">
|
||||
<!--
|
||||
@@ -1052,7 +1054,7 @@ html,hbody {
|
||||
</div><!-- end#tab1 -->
|
||||
<div id="tab2" class="tab_content">
|
||||
<div style="display: flex; justify-content: flex-end;">
|
||||
<button type="button" class="cssbtn smallBtn2" id="headerToClipboard" style="vertical-align:middle; "><i class="material-icons">content_paste</i>Copy Clipboard (FLAT)</button>
|
||||
<button type="button" class="cssbtn" id="headerToClipboard" style="vertical-align:middle; margin-bottom:10px; "><i class="material-icons">content_paste</i> 헤더 복사</button>
|
||||
</div>
|
||||
<div id="grid1" ></div>
|
||||
<div id="errStandardHeaderTextPart" style="display: none">
|
||||
|
||||
Reference in New Issue
Block a user