mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
feat: adjust batch application installation API (#13161)
This commit is contained in:
@@ -1900,6 +1900,13 @@
|
||||
"formatZH": "删除集群 [clusterName] 节点 [clusterNodeID]",
|
||||
"formatEN": "delete node [clusterNodeID] from cluster [clusterName]"
|
||||
},
|
||||
"/core/xpack/exchange/app": {
|
||||
"bodyKeys": [],
|
||||
"paramKeys": [],
|
||||
"beforeFunctions": [],
|
||||
"formatZH": "同步节点应用",
|
||||
"formatEN": "sync app"
|
||||
},
|
||||
"/core/xpack/exchange/file": {
|
||||
"bodyKeys": [
|
||||
"sourceNode",
|
||||
@@ -2262,13 +2269,6 @@
|
||||
"formatZH": "更新专业版设置 [key]",
|
||||
"formatEN": "update xpack setting [key]"
|
||||
},
|
||||
"/core/xpack/sync/app": {
|
||||
"bodyKeys": [],
|
||||
"paramKeys": [],
|
||||
"beforeFunctions": [],
|
||||
"formatZH": "同步节点应用",
|
||||
"formatEN": "sync app"
|
||||
},
|
||||
"/core/xpack/sync/ssl": {
|
||||
"bodyKeys": [
|
||||
"primaryDomain"
|
||||
|
||||
@@ -1900,6 +1900,13 @@
|
||||
"formatZH": "删除集群 [clusterName] 节点 [clusterNodeID]",
|
||||
"formatEN": "delete node [clusterNodeID] from cluster [clusterName]"
|
||||
},
|
||||
"/core/xpack/exchange/app": {
|
||||
"bodyKeys": [],
|
||||
"paramKeys": [],
|
||||
"beforeFunctions": [],
|
||||
"formatZH": "同步节点应用",
|
||||
"formatEN": "sync app"
|
||||
},
|
||||
"/core/xpack/exchange/file": {
|
||||
"bodyKeys": [
|
||||
"sourceNode",
|
||||
@@ -2262,13 +2269,6 @@
|
||||
"formatZH": "更新专业版设置 [key]",
|
||||
"formatEN": "update xpack setting [key]"
|
||||
},
|
||||
"/core/xpack/sync/app": {
|
||||
"bodyKeys": [],
|
||||
"paramKeys": [],
|
||||
"beforeFunctions": [],
|
||||
"formatZH": "同步节点应用",
|
||||
"formatEN": "sync app"
|
||||
},
|
||||
"/core/xpack/sync/ssl": {
|
||||
"bodyKeys": [
|
||||
"primaryDomain"
|
||||
|
||||
Reference in New Issue
Block a user