mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update flat-style ui
This commit is contained in:
@@ -115,7 +115,7 @@ function normalizeInfo(id,info){
|
||||
singleRecord.reqHeader = info.req.headers;
|
||||
singleRecord.startTime = info.startTime;
|
||||
singleRecord.reqBody = info.reqBody || "";
|
||||
singleRecord.protocol = info.protocol;
|
||||
singleRecord.protocol = info.protocol || "";
|
||||
|
||||
//res
|
||||
if(info.endTime){
|
||||
|
||||
Reference in New Issue
Block a user