* Adjust execution node browse.

This commit is contained in:
liyuchun
2022-09-21 13:47:19 +08:00
parent 2616fc1038
commit 77ea27d40f
7 changed files with 36 additions and 18 deletions
+2
View File
@@ -52,6 +52,8 @@ $lang->executionnode->nameValid = "The name can only be letters, numbers, '-
$lang->executionnode->empty = 'No Execution Node';
$lang->executionnode->templateEmpty = 'No Template';
$lang->executionnode->apiError['-10100'] = 'Execution node not found.';
$lang->executionnode->publicList[0] = 'Private';
$lang->executionnode->publicList[1] = 'Public';