在节点手动安装页显示节点安装文件下载链接

This commit is contained in:
GoEdgeLab
2022-09-18 12:38:32 +08:00
parent 1297ce9515
commit f0445bb12d
7 changed files with 223 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ func init() {
GetPost("/updateNodeSSH", new(UpdateNodeSSHAction)).
GetPost("/installManual", new(InstallManualAction)).
Post("/suggestLoginPorts", new(SuggestLoginPortsAction)).
Get("/downloadInstaller", new(DownloadInstallerAction)).
// 节点相关
Prefix("/clusters/cluster/node").