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:
@@ -363,7 +363,7 @@ function getDeviceData() {
|
||||
|
||||
generateSimpleForm(relevantSettings);
|
||||
|
||||
toggleNetworkConfiguration(mac == 'Internet')
|
||||
toggleNetworkConfiguration(mac.toLowerCase() == 'internet')
|
||||
|
||||
initSelect2();
|
||||
initHoverNodeInfo();
|
||||
|
||||
Reference in New Issue
Block a user