mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
FE: mixed case on MACs work
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -630,7 +630,7 @@ function getHierarchy()
|
||||
|
||||
for(i in deviceListGlobal)
|
||||
{
|
||||
if(deviceListGlobal[i].devMac == 'Internet')
|
||||
if(deviceListGlobal[i].devMac.toLowerCase() == 'internet')
|
||||
{
|
||||
internetNode = deviceListGlobal[i];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user