diff --git a/docs/SUBNETS.md b/docs/SUBNETS.md index 5f7e0855..04a3650a 100755 --- a/docs/SUBNETS.md +++ b/docs/SUBNETS.md @@ -11,4 +11,11 @@ For example, a `/24` mask results in 256 IPs to check, where as a `/16` mask che ### Example: -![Vlan configuration example](/docs/img/SUBNETS/subnets_vlan.png) \ No newline at end of file +![Vlan configuration example](/docs/img/SUBNETS/subnets_vlan.png) + +### Support for VLANS + +Please note about the accessibility of the macvlans when they are configured on the same computer. My understanding this is a general networking behavior, but feel free to clarify via a PR/issue. + +- Pi.Alert does not detect the macvlan container when it is running on the same computer. +- Pi.Alert recognizes the macvlan container when it is running on a different computer. diff --git a/front/css/pialert.css b/front/css/pialert.css index a037848d..7484621d 100755 --- a/front/css/pialert.css +++ b/front/css/pialert.css @@ -637,7 +637,7 @@ height: 50px; display: block; } .setting_input{ - width:35%; + width:40%; /* background-color: green; */ } .setting_name @@ -671,7 +671,7 @@ height: 50px; .setting_description { - width:46%; + width:40%; } .myhidden diff --git a/front/settings.php b/front/settings.php index 6a1ca49c..08c56104 100755 --- a/front/settings.php +++ b/front/settings.php @@ -209,12 +209,12 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) { { $input = $input. '
-
+
'; // Add interface button $input = $input. - '
+ '