mirror of https://github.com/jumpserver/jumpserver
parent
b297ebe973
commit
9c395b674f
|
@ -105,6 +105,7 @@ class CommandViewSet(JMSBulkModelViewSet):
|
||||||
command_store = get_command_storage()
|
command_store = get_command_storage()
|
||||||
serializer_class = SessionCommandSerializer
|
serializer_class = SessionCommandSerializer
|
||||||
filterset_class = CommandFilter
|
filterset_class = CommandFilter
|
||||||
|
search_fields = ('input',)
|
||||||
model = Command
|
model = Command
|
||||||
ordering_fields = ('timestamp', )
|
ordering_fields = ('timestamp', )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue