Add log widget to general service root (#9393)

This commit is contained in:
Wan Kai 2022-07-28 08:39:36 +08:00 committed by GitHub
parent 65110c3a75
commit a00c68d471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -54,6 +54,7 @@
* Fix event widget incompatibility in Safari.
* Refactor the tags component to support searching for tag keys and values.
* Implement the log widget and the trace widget associate with each other, remove log tables on the trace widget.
* Add log widget to general service root.
#### Documentation

View File

@ -226,6 +226,19 @@
"moved": false
}
]
},
{
"name": "Log",
"children": [
{
"x": 0,
"y": 0,
"w": 24,
"h": 48,
"i": "0",
"type": "Log"
}
]
}
],
"moved": false