diff --git a/docs/SUBNETS.md b/docs/SUBNETS.md index b5e1db66..5f7e0855 100755 --- a/docs/SUBNETS.md +++ b/docs/SUBNETS.md @@ -7,4 +7,8 @@ For example, a `/24` mask results in 256 IPs to check, where as a `/16` mask che - Specify the network mask. For example, the filter `192.168.1.0/24` covers IP ranges 192.168.1.0 to 192.168.1.255 - Run `iwconfig` in your container to find your interface name(s) (e.g.: `eth0`, `eth1`). -- Append e.g.: ` -vlan=107` to the interface field (e.g.: `eth0 -vlan=107`) for multiple vlans. More details in this [issue](https://github.com/jokob-sk/Pi.Alert/issues/170) \ No newline at end of file +- Append e.g.: ` -vlan=107` to the interface field (e.g.: `eth0 -vlan=107`) for multiple vlans. More details in this [comment in this issue](https://github.com/jokob-sk/Pi.Alert/issues/170#issuecomment-1419902988) + +### Example: + +![Vlan configuration example](/docs/img/SUBNETS/subnets_vlan.png) \ No newline at end of file diff --git a/docs/img/SUBNETS/subnets_vlan.png b/docs/img/SUBNETS/subnets_vlan.png new file mode 100755 index 00000000..5d10dd04 Binary files /dev/null and b/docs/img/SUBNETS/subnets_vlan.png differ diff --git a/front/deviceDetails.php b/front/deviceDetails.php index ec1cdfb7..e5b7545b 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -452,7 +452,7 @@
- + '>
diff --git a/front/php/templates/language/en_us.php b/front/php/templates/language/en_us.php index fce146f2..38c55257 100755 --- a/front/php/templates/language/en_us.php +++ b/front/php/templates/language/en_us.php @@ -242,6 +242,7 @@ $lang['en_us'] = array( 'DevDetail_Tools_WOL' => 'Send Wol command to ', 'DevDetail_WOL_Title' => ' Wake-on-LAN', 'DevDetail_Run_Actions_Title' => ' Run action on device', +'DevDetail_Run_Actions_Tooltip' => 'Run an action on the current device from the dropdown list.', ////////////////////////////////////////////////////////////////// // Maintenance Page