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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user