Merge branch 'features/ui-improvements' into jenkins_with_weblogic
This commit is contained in:
@@ -144,9 +144,9 @@
|
||||
rowNum: -1,
|
||||
// rowList: [10, 20, 30],
|
||||
// pager: '#selectedApiGridPager',
|
||||
sortname: 'apiId',
|
||||
// sortname: 'apiId',
|
||||
viewrecords: true,
|
||||
sortorder: "asc",
|
||||
// sortorder: "asc",
|
||||
caption: "선택된 API",
|
||||
height: 200,
|
||||
autowidth: true,
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
const isOutboundWithoutNet = !json.PSVSYSADPTRBZWKGROUPNAME.includes('NET');
|
||||
fullMessageData = json.FULLMESSAGEDATA;
|
||||
layoutInfo = json.standardHeader;
|
||||
bzwkdatatntInfo = json.BZWKDATATNT;
|
||||
bzwkdatatntInfo = json.BZWKDATACTNT;
|
||||
|
||||
if((isInboundPart && isInboundWithoutNet) || (isOutboundPart && isOutboundWithoutNet)){
|
||||
selectHttpLog(url, prcsDate, json.EAISVCSERNO.trim(), logPrcssSerno);
|
||||
|
||||
Reference in New Issue
Block a user