mirror of https://github.com/jumpserver/jumpserver
fix(assets): 修改 `AssetViewSet.filter_fields`
parent
fd7f379b10
commit
8404db8cef
|
@ -32,7 +32,7 @@ class AssetViewSet(FilterAssetByNodeMixin, OrgBulkModelViewSet):
|
||||||
model = Asset
|
model = Asset
|
||||||
filter_fields = (
|
filter_fields = (
|
||||||
"hostname", "ip", "systemuser__id", "admin_user__id", "platform__base",
|
"hostname", "ip", "systemuser__id", "admin_user__id", "platform__base",
|
||||||
"is_active", 'ip'
|
"is_active"
|
||||||
)
|
)
|
||||||
search_fields = ("hostname", "ip")
|
search_fields = ("hostname", "ip")
|
||||||
ordering_fields = ("hostname", "ip", "port", "cpu_cores")
|
ordering_fields = ("hostname", "ip", "port", "cpu_cores")
|
||||||
|
|
Loading…
Reference in New Issue