update flat-style ui

This commit is contained in:
加里
2014-12-08 17:13:41 +08:00
8 changed files with 75 additions and 18 deletions

View File

@@ -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){