Handle timeouts when trying to load node credentials in editor

Fixes #2840
This commit is contained in:
Nick O'Leary
2021-01-28 11:14:47 +00:00
parent 3a0074d96e
commit 83d12f7d39
2 changed files with 59 additions and 11 deletions

View File

@@ -397,6 +397,7 @@
"icon": "Icon",
"inputType": "Input type",
"selectType": "select types...",
"loadCredentials": "Loading node credentials",
"inputs" : {
"input": "input",
"select": "select",
@@ -431,7 +432,8 @@
},
"errors": {
"scopeChange": "Changing the scope will make it unavailable to nodes in other flows that use it",
"invalidProperties": "Invalid properties:"
"invalidProperties": "Invalid properties:",
"credentialLoadFailed": "Failed to load node credentials"
}
},
"keyboard": {