mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ui,stats: fixed Events tab search
This commit is contained in:
parent
d1f58ebfc2
commit
4282fe4ce5
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class StatsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
|
|||
"dst_host as DstHost, " \
|
||||
"dst_port as DstPort, " \
|
||||
"protocol as Protocol, " \
|
||||
"uid as UID, " \
|
||||
"uid as UserID, " \
|
||||
"pid as PID, " \
|
||||
"process as Process, " \
|
||||
"process_args as Cmdline, " \
|
||||
|
|
Loading…
Add table
Reference in a new issue