mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix(devtool): get tenant info via correct field
This commit is contained in:
@@ -67,8 +67,8 @@ func GetArgs(ctx context.Context, serverId, proxyEndpointId string, others inter
|
||||
"cloudregion": info.serverDetails.Cloudregion,
|
||||
"cloudregion_id": info.serverDetails.CloudregionId,
|
||||
"region_ext_id": info.serverDetails.RegionExtId,
|
||||
"tenant": info.serverDetails.Tenant,
|
||||
"tenant_id": info.serverDetails.TenantId,
|
||||
"tenant": info.serverDetails.Project,
|
||||
"tenant_id": info.serverDetails.ProjectId,
|
||||
"brand": info.serverDetails.Brand,
|
||||
"scaling_group_id": info.serverDetails.ScalingGroupId,
|
||||
"domain_id": info.serverDetails.DomainId,
|
||||
|
||||
Reference in New Issue
Block a user