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