mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
sysinfo improvements
This commit is contained in:
@@ -15,10 +15,12 @@ function initDeviceSelectors() {
|
||||
|
||||
console.log(devicesList)
|
||||
// Retrieve device list from session variable
|
||||
var devicesListAll_JSON = sessionStorage.getItem('devicesListAll_JSON');
|
||||
var devicesListAll_JSON = getCache('devicesListAll_JSON');
|
||||
|
||||
var devicesList = JSON.parse(devicesListAll_JSON);
|
||||
|
||||
console.log(devicesList);
|
||||
|
||||
|
||||
// Check if both device list exists
|
||||
if (devicesListAll_JSON) {
|
||||
@@ -71,7 +73,7 @@ function initDeviceSelectors() {
|
||||
|
||||
}
|
||||
|
||||
}, 100);
|
||||
}, 10);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user