diff --git a/WebContent/jsp/onl/admin/rule/layoutSyncHistoryMan.jsp b/WebContent/jsp/onl/admin/rule/layoutSyncHistoryMan.jsp index d02f75c..1ab6a22 100644 --- a/WebContent/jsp/onl/admin/rule/layoutSyncHistoryMan.jsp +++ b/WebContent/jsp/onl/admin/rule/layoutSyncHistoryMan.jsp @@ -47,7 +47,7 @@ mtype: 'POST', url: url, postData: getSearchForJqgrid("cmd", "LIST"), - colNames: ['No', 'Service Name', 'Command', '레이아웃명', '연동시간', '결과', '결과메세지'], + colNames: ['No', '서비스명', 'Command', '연동구분명', '연동시간', '결과', '결과메세지'], colModel: [ {name: 'seqno', align: 'center', width: 50, sortable: false}, {name: 'serviceName', align: 'center', width: 100, sortable: false}, @@ -123,8 +123,8 @@