feat(system-resources-widget): add label display mode option (#4086)
This commit is contained in:
@@ -2511,6 +2511,15 @@
|
||||
"memory": "Memory",
|
||||
"network": "Network"
|
||||
}
|
||||
},
|
||||
"labelDisplayMode": {
|
||||
"label": "Label display mode",
|
||||
"option": {
|
||||
"textWithIcon": "Show text with icon",
|
||||
"text": "Show only text",
|
||||
"icon": "Show only icon",
|
||||
"hidden": "Hide label"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
|
||||
Reference in New Issue
Block a user