* 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 = "名称只能是字母、数字,'-','_
$lang->executionnode->empty = '暂时没有执行节点';
$lang->executionnode->templateEmpty = '暂时没有模板';
$lang->executionnode->apiError['-10100'] = '执行节点不存在';
$lang->executionnode->publicList[0] = '不共享';
$lang->executionnode->publicList[1] = '共享';