Sync UI (#12711)
This commit is contained in:
parent
dedf1cd9ce
commit
b752462193
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"fontSize": 24,
|
||||
"textAlign": "center",
|
||||
"showUnit": true,
|
||||
"decorations": {
|
||||
"valueMappings": {
|
||||
"0": "unreachable",
|
||||
"1": "reachable"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
"showTableValues": true,
|
||||
"tableHeaderCol1": "Instances",
|
||||
"tableHeaderCol2": "Reachable",
|
||||
"decorations": {
|
||||
"valueMappings": {
|
||||
"0": "unreachable",
|
||||
"1": "reachable"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bddbe409749953d89c31707eb42f683d4b248192
|
||||
Subproject commit 4c60f69aef71e1e91b5cb4dc8b1e9c60c3be0004
|
||||
Loading…
Reference in New Issue