Update catch/status nodes to use selectNodes api and treeList

This commit is contained in:
Nick O'Leary
2019-05-23 16:39:34 +01:00
parent cae003d4fa
commit 308c6ee4da
3 changed files with 177 additions and 346 deletions

View File

@@ -6,7 +6,8 @@
"name": "Name",
"username": "Username",
"password": "Password",
"property": "Property"
"property": "Property",
"selectNodes": "Select nodes..."
},
"status": {
"connected": "connected",
@@ -17,6 +18,7 @@
"ok": "OK"
},
"notification": {
"selectNodesTarget": "Click nodes to select",
"error": "<strong>Error</strong>: __message__",
"errors": {
"not-deployed": "node not deployed",
@@ -90,11 +92,7 @@
"catchUncaught": "catch: uncaught",
"label": {
"source": "Catch errors from",
"node": "node",
"type": "type",
"selectAll": "select all",
"sortByLabel": "sort by label",
"sortByType": "sort by type",
"uncaught": "Ignore errors handled by other Catch nodes"
},
"scope": {
@@ -107,10 +105,6 @@
"statusNodes": "status: __number__",
"label": {
"source": "Report status from",
"node": "node",
"type": "type",
"selectAll": "select all",
"sortByLabel": "sort by label",
"sortByType": "sort by type"
},
"scope": {