This commit is contained in:
Zixin Zhou 2024-10-18 15:51:12 +08:00 committed by GitHub
parent dedf1cd9ce
commit b752462193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@
* Add support for case-insensitive search in the dashboard list.
* Add content decorations to Table and Card widgets.
* Support the endpoint list widget query with duration parameter.
* Support ranges for Value Mappings.
#### Documentation
* Update release document to adopt newly added revision-based process.

View File

@ -18,7 +18,7 @@
"fontSize": 24,
"textAlign": "center",
"showUnit": true,
"decorations": {
"valueMappings": {
"0": "unreachable",
"1": "reachable"
}

View File

@ -54,7 +54,7 @@
"showTableValues": true,
"tableHeaderCol1": "Instances",
"tableHeaderCol2": "Reachable",
"decorations": {
"valueMappings": {
"0": "unreachable",
"1": "reachable"
}

@ -1 +1 @@
Subproject commit bddbe409749953d89c31707eb42f683d4b248192
Subproject commit 4c60f69aef71e1e91b5cb4dc8b1e9c60c3be0004