fix(region,devtool): get ssh port from 'servers/<id>/sshport' api

This commit is contained in:
rainzm
2022-03-03 16:42:51 +08:00
parent 0558a305d6
commit 842851dbaf
4 changed files with 40 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ func init() {
cmd.Get("change-owner-candidate-domains", new(options.ServerChangeOwnerCandidateDomainsOptions))
cmd.Get("change-owner-candidate-domains", new(options.ServerChangeOwnerCandidateDomainsOptions))
cmd.Get("cpuset-cores", new(options.ServerIdOptions))
cmd.Get("sshport", new(options.ServerIdOptions))
cmd.GetProperty(&options.ServerStatusStatisticsOptions{})
cmd.GetProperty(&options.ServerProjectStatisticsOptions{})