Skip to content

Commit a7a350b

Browse files
ygcyaoiSecloud
authored andcommitted
fix(backend): mongodb webconsole缺少bk_cloud_id问题 #10214
# Reviewed, transaction id: 39837
1 parent ee6fb3a commit a7a350b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbm-ui/backend/flow/utils/mongodb/mongodb_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def get_mongodb_webconsole_args(cluster_id: int, session: str, command: str, tim
146146
)
147147

148148
return {
149+
"bk_cloud_id": cluster.bk_cloud_id,
149150
"cluster_id": cluster.cluster_id,
150151
"cluster_type": cluster.cluster_type,
151152
"cluster_domain": cluster.immute_domain,

0 commit comments

Comments
 (0)