일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정
This commit is contained in:
@@ -75,6 +75,7 @@ $(document).ready(function() {
|
||||
{ name : 'status' , align:'center'},
|
||||
{ name : 'stop' , align:'center'}
|
||||
],
|
||||
autowidth: true,
|
||||
autoheight: true,
|
||||
height: $("#container").height(),
|
||||
//height: "500",
|
||||
@@ -133,7 +134,7 @@ $(document).ready(function() {
|
||||
</div><!-- end content_top -->
|
||||
<div class="content_middle" id="content_middle">
|
||||
<div class="search_wrap">
|
||||
<img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/>
|
||||
<%-- <img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/> --%>
|
||||
<img src="<c:url value="/img/btn_search.png"/>" alt="" id="btn_search" level="R" />
|
||||
</div>
|
||||
<div class="title">연결된 세션정보</div>
|
||||
|
||||
@@ -21,7 +21,8 @@ $(document).ready(function() {
|
||||
mtype: 'POST',
|
||||
url: '<c:url value="/bap/adapter/socket/instStatus.json" />',
|
||||
postData : { cmd : 'LIST' },
|
||||
colNames:['업무구분',
|
||||
colNames:[
|
||||
'업무구분',
|
||||
'대외기관',
|
||||
'IP',
|
||||
'PORT',
|
||||
@@ -53,7 +54,7 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
},
|
||||
{ name : 'serverCheck' , align:'center' ,
|
||||
{ name : 'serverCheck' , align:'center' , hidden: true,
|
||||
formatter: function (cellValue, options, rowObject) {
|
||||
var ip = rowObject.LNKGIPINFONAME;
|
||||
var port = rowObject.LNKGPORTINFONAME;
|
||||
@@ -67,8 +68,9 @@ $(document).ready(function() {
|
||||
return be;
|
||||
}
|
||||
},
|
||||
{ name : 'serverConnected', align: 'center' }
|
||||
{ name : 'serverConnected', align: 'center', hidden: true }
|
||||
],
|
||||
autowidth: true,
|
||||
autoheight: true,
|
||||
height: $("#container").height(),
|
||||
//height: "500",
|
||||
@@ -151,8 +153,8 @@ function serverCheck(rowId) {
|
||||
</div><!-- end content_top -->
|
||||
<div class="content_middle" id="content_middle">
|
||||
<div class="search_wrap">
|
||||
<img src="<c:url value="/img/btn_operate.png"/>" id="btn_operate" level="R"/>
|
||||
<img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/>
|
||||
<%-- <img src="<c:url value="/img/btn_operate.png"/>" id="btn_operate" level="R"/> --%>
|
||||
<%-- <img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/> --%>
|
||||
<img src="<c:url value="/img/btn_search.png"/>" alt="" id="btn_search" level="R" />
|
||||
</div>
|
||||
<div class="title">비연결유지형 클라이언트 소켓 상태정보</div>
|
||||
|
||||
@@ -93,6 +93,7 @@ $(document).ready(function() {
|
||||
{ name : 'status2' , align:'center', width:70},
|
||||
{ name : 'startStop' , align:'center'}
|
||||
],
|
||||
autowidth: true,
|
||||
autoheight: true,
|
||||
height: $("#container").height(),
|
||||
//height: "500",
|
||||
@@ -166,7 +167,7 @@ $(document).ready(function() {
|
||||
</div><!-- end content_top -->
|
||||
<div class="content_middle" id="content_middle">
|
||||
<div class="search_wrap">
|
||||
<img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/>
|
||||
<%-- <img src="<c:url value="/img/btn_excel.png"/>" id="btn_excel" level="R"/> --%>
|
||||
<img src="<c:url value="/img/btn_search.png"/>" alt="" id="btn_search" level="R" />
|
||||
</div>
|
||||
<div class="title">연결유지형 소켓 상태정보</div>
|
||||
|
||||
Reference in New Issue
Block a user