Changelog: https://roxy-wi.org/changelog.py#6
pull/321/head
Pavel Loginov 2022-04-29 21:28:21 +03:00
parent 1f49943fae
commit 8a9c4cd442
1 changed files with 1 additions and 1 deletions

View File

@ -1294,7 +1294,7 @@ def show_haproxy_log(serv, rows=10, waf='0', grep=None, hour='00', minut='00', h
elif service == 'internal':
user_group = get_user_group()
if user_group != '' and user_group != 'All':
if user_group != '' and user_group != 'Default':
user_grep = "|grep 'group: " + user_group + "'"
else:
user_grep = ''