mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
fix: 修复命令过滤器包含k8s应用
This commit is contained in:
committed by
Jiangjie.Bai
parent
e62e79e929
commit
c2b9f0d1dc
@@ -52,7 +52,7 @@ export default {
|
||||
el: {
|
||||
value: [],
|
||||
ajax: {
|
||||
url: `/api/v1/applications/applications/?category=db`,
|
||||
url: `/api/v1/applications/applications/?category__in=db,cloud`,
|
||||
transformOption: (item) => {
|
||||
return { label: item.name + ' (' + item.type_display + ')', value: item.id }
|
||||
}
|
||||
|
Reference in New Issue
Block a user