Added data reload button to graph labels component

This commit is contained in:
yangdx
2025-03-17 21:12:29 +08:00
parent 4ecb13d24c
commit 3efcf4684c
3 changed files with 67 additions and 39 deletions

View File

@@ -182,7 +182,8 @@
"noLabels": "No labels found",
"label": "Label",
"placeholder": "Search labels...",
"andOthers": "And {count} others"
"andOthers": "And {count} others",
"refreshTooltip": "Reload graph data"
}
},
"retrievePanel": {

View File

@@ -179,7 +179,8 @@
"noLabels": "未找到标签",
"label": "标签",
"placeholder": "搜索标签...",
"andOthers": "还有 {count} 个"
"andOthers": "还有 {count} 个",
"refreshTooltip": "重新加载图形数据"
}
},
"retrievePanel": {