diff --git a/WebContent/jsp/onl/kjb/statistics/apiStatsDayMan.jsp b/WebContent/jsp/onl/kjb/statistics/apiStatsDayMan.jsp
index a654d34..8da16c3 100644
--- a/WebContent/jsp/onl/kjb/statistics/apiStatsDayMan.jsp
+++ b/WebContent/jsp/onl/kjb/statistics/apiStatsDayMan.jsp
@@ -444,6 +444,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -490,6 +493,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -576,10 +582,18 @@
API 일별 통계
-
+
+
+
+
+
+
+
+
+
-
조회기간
+
조회기간
~
@@ -588,29 +602,29 @@
-
API명
+
API명
-
업무구분
+
업무구분
-
인스턴스
+
인스턴스
-
클라이언트ID
+
클라이언트ID
-
Inbound Adapter
+
Inbound Adapter
-
Outbound Adapter
+
Outbound Adapter
diff --git a/WebContent/jsp/onl/kjb/statistics/apiStatsHourMan.jsp b/WebContent/jsp/onl/kjb/statistics/apiStatsHourMan.jsp
index d44d175..0ff3a34 100644
--- a/WebContent/jsp/onl/kjb/statistics/apiStatsHourMan.jsp
+++ b/WebContent/jsp/onl/kjb/statistics/apiStatsHourMan.jsp
@@ -446,6 +446,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -492,6 +495,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -556,41 +562,47 @@
API 시간별 통계
-
+
+
+
+
+
+
+
+
+
-
조회일자
-
+
조회일자
+
(선택일 00시 ~ 23시 조회)
-
API명
+
API명
-
인스턴스
+
업무구분
+
+
+
+
인스턴스
-
업무구분
-
-
-
-
클라이언트ID
+
클라이언트ID
-
-
-
Inbound Adapter
+
Inbound Adapter
-
Outbound Adapter
+
Outbound Adapter
diff --git a/WebContent/jsp/onl/kjb/statistics/apiStatsMinuteMan.jsp b/WebContent/jsp/onl/kjb/statistics/apiStatsMinuteMan.jsp
index 1d2dcbc..0381e1e 100644
--- a/WebContent/jsp/onl/kjb/statistics/apiStatsMinuteMan.jsp
+++ b/WebContent/jsp/onl/kjb/statistics/apiStatsMinuteMan.jsp
@@ -459,6 +459,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -505,6 +508,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
diff --git a/WebContent/jsp/onl/kjb/statistics/apiStatsMonthMan.jsp b/WebContent/jsp/onl/kjb/statistics/apiStatsMonthMan.jsp
index d1df015..9b5a8ed 100644
--- a/WebContent/jsp/onl/kjb/statistics/apiStatsMonthMan.jsp
+++ b/WebContent/jsp/onl/kjb/statistics/apiStatsMonthMan.jsp
@@ -449,6 +449,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -495,6 +498,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -567,11 +573,19 @@
API 월별 통계
-
+
+
+
+
+
+
+
+
+
-
조회기간
-
+
조회기간
+
~
@@ -579,31 +593,29 @@
-
API명
+
API명
-
인스턴스
+
업무구분
+
+
+
+
인스턴스
-
업무구분
-
-
-
-
클라이언트ID
+
클라이언트ID
-
-
-
Inbound Adapter
+
Inbound Adapter
-
Outbound Adapter
+
Outbound Adapter
diff --git a/WebContent/jsp/onl/kjb/statistics/apiStatsYearMan.jsp b/WebContent/jsp/onl/kjb/statistics/apiStatsYearMan.jsp
index 0b5af6b..ad17a8c 100644
--- a/WebContent/jsp/onl/kjb/statistics/apiStatsYearMan.jsp
+++ b/WebContent/jsp/onl/kjb/statistics/apiStatsYearMan.jsp
@@ -425,6 +425,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -471,6 +474,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
+ // 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
+ // 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
+ $(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -538,42 +544,48 @@