fix formfield visibility of ipandports:listen_statement; adjusted settings submit-buttons; fix traffic timescale-selectbox for responsive devices

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-21 10:51:06 +02:00
parent e30ad7ef9b
commit 861786f064
4 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ return [
'image' => 'icons/ipsports_add.png',
'fields' => [
'listen_statement' => [
'visible' => !Settings::Get('system.webserver') == 'nginx',
'visible' => Settings::Get('system.webserver') != 'nginx',
'label' => lng('admin.ipsandports.create_listen_statement'),
'type' => 'checkbox',
'value' => '1',

View File

@@ -56,7 +56,7 @@ return [
'image' => 'icons/ipsports_edit.png',
'fields' => [
'listen_statement' => [
'visible' => !Settings::Get('system.webserver') == 'nginx',
'visible' => Settings::Get('system.webserver') != 'nginx',
'label' => lng('admin.ipsandports.create_listen_statement'),
'type' => 'checkbox',
'value' => '1',