Use IEC MiB units on dashboard
1) physmem calculation is already in MiB2) swapinfo -m actually reports in MiB - good3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here....
Fix #3209 editing unassigned VLAN tag can change an assigned interface
To reproduce:a) Create VLAN 10 on some real device (e.g. em0)b) Create VLAN 11 similarly.c) Assign VLAN 11 (the last one in the vlan array in the config) to OPT1.d) Edit VLAN 10 tag to be 12....
Merge pull request #2599 from phil-davis/gtvpn
Merge pull request #2597 from phil-davis/patch-3
Merge pull request #2596 from phil-davis/gtsug
Merge pull request #2595 from phil-davis/grppriv
Merge pull request #2594 from NOYB/HTML_Compliance_-_Status_/_Gateways
Internationalize vpn*.php
Enhance input error message for RADIUS secret
Make this input error message different to the one just above for the "ordinary" secret so that users can read the message and know which are the fields with the problem.
Make group addpriv descriptions work like user addpriv
View revisions
Also available in: Atom