Skip to content

Commit

Permalink
Implement Region/Zone Information Page in AdminWeb
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Sep 22, 2023
1 parent c8b4908 commit a505fd6
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 444 deletions.
1 change: 1 addition & 0 deletions api-runtime/rest-runtime/CBSpiderRuntime.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ func RunServer() {
{"GET", "/adminweb/myimagemgmt/:ConnectConfig", aw.MyImageMgmt},
{"GET", "/adminweb/vmimage/:ConnectConfig", aw.VMImage},
{"GET", "/adminweb/vmspec/:ConnectConfig", aw.VMSpec},
{"GET", "/adminweb/regionzone/:ConnectConfig", aw.RegionZone},

{"GET", "/adminweb/cluster/:ConnectConfig", aw.Cluster},
{"GET", "/adminweb/clustermgmt/:ConnectConfig", aw.ClusterMgmt},
Expand Down
Loading

0 comments on commit a505fd6

Please sign in to comment.