Skip to content

Commit

Permalink
fix: 修复节点管理插件操作的bk-collector插件获取插件版本失败问题 #7423
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej authored and normal-wls committed Apr 22, 2024
1 parent 39b2370 commit dda065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_plugins/components/query/sites/open/nodeman.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ def nodeman_get_install_channel(request, cloud_id: int):
url(r"^nodeman_get_ap_list/$", nodeman_get_ap_list),
url(r"^nodeman_is_support_tjj/$", nodeman_is_support_tjj),
url(r"^nodeman_get_plugin_list/(?P<category>\w+)/$", nodeman_get_plugin_list),
url(r"^nodeman_get_plugin_version/(?P<plugin>\w+)/(?P<os_type>\w+)/$", nodeman_get_plugin_version),
url(r"^nodeman_get_plugin_version/(?P<plugin>[\w-]+)/(?P<os_type>\w+)/$", nodeman_get_plugin_version),
url(r"^nodeman_get_install_channel/(?P<cloud_id>\w+)/$", nodeman_get_install_channel),
]

0 comments on commit dda065f

Please sign in to comment.