feat: Implement creating tasks UI for network profiling widget (#193)

This commit is contained in:
Fine0830
2022-11-28 17:57:23 +08:00
committed by GitHub
parent 23e9742946
commit d8f91bbdf3
10 changed files with 344 additions and 34 deletions

View File

@@ -174,6 +174,12 @@ const msg = {
asTable: "As Table",
toTheRight: "To The Right",
legendValues: "Legend Values",
minDuration: "Minimal Request Duration",
when4xx:
"Sample HTTP requests and responses with tracing when response code between 400 and 499",
when5xx:
"Sample HTTP requests and responses with tracing when response code between 500 and 599",
taskTitle: "HTTP request and response collecting rules",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",