{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "mousedownStyles": "documentNode_down", "holdMouseDownStyles" : true, "action": "open" }, "items": [ { "name": "person", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "person": {"value" : "function(d){ return d.person.split('@')[0] }"} } } }, { "name": "node1", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "node" : {} } } }, { "name": "clientIp", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "clientIp" : {} } } }, { "name": "module", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "module" : {} } } }, { "name": "operation", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "operation" : {} } } }, { "name": "httpType", "head": { "html": "", "width": "5%" }, "content": { "html": "", "items": { "httpType" : {} } } }, { "name": "httpStatus", "head": { "html": "", "width": "5%" }, "content": { "html": "", "items": { "httpStatus" : {} } } }, { "name": "requestTime", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "requestTime" : {} } } }, { "name": "spendTime", "head": { "html": "", "width": "8%" }, "content": { "html": "", "items": { "spendTime" : {} } } }, { "name": "httpUrl", "head": { "html": "", "width": "auto" }, "content": { "html": "", "items": { "httpUrl": {} } } } // { // "name": "actionList", // "head": { // "html": "", // "width": "30" // }, // "content": { // "html": "
", // "items": { // "openAction": { // "title": "viewDetail", // "action": "open", // "styles" : "openAction", // "mouseoverStyles": "openAction_over" // } // } // } // } ] }