mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add popover tooltips to debug sidebar,function and template
path, value, pin buttons in debug expand buttons in function and template.
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"property": "Property",
|
||||
"selectNodes": "Select nodes..."
|
||||
"selectNodes": "Select nodes...",
|
||||
"expand": "Expand"
|
||||
},
|
||||
"status": {
|
||||
"connected": "connected",
|
||||
@@ -137,7 +138,10 @@
|
||||
"debugNodes": "Debug nodes",
|
||||
"clearLog": "Clear log",
|
||||
"filterLog": "Filter log",
|
||||
"openWindow": "Open in new window"
|
||||
"openWindow": "Open in new window",
|
||||
"copyPath": "copy Path",
|
||||
"copyPayload": "copy Value",
|
||||
"pinPath": "pin open"
|
||||
},
|
||||
"messageMenu": {
|
||||
"collapseAll": "Collapse all paths",
|
||||
|
Reference in New Issue
Block a user