mirror of
https://github.com/unraid/webgui.git
synced 2026-02-27 04:41:20 -06:00
Update DashStats.page
This commit is contained in:
@@ -1545,7 +1545,7 @@ dashboard.on('message',function(msg,meta) {
|
||||
$('#array_info').html(info);
|
||||
smartMenu('#array_list');
|
||||
// pool devices
|
||||
for (var i=0; i < get.pool.length; i++) {
|
||||
for (let i=0; i < get.pool.length; i++) {
|
||||
var info = moreInfo(get.pool[i],"_(Pool)_");
|
||||
$('#pool_list'+i+' tr.updated').remove();
|
||||
$('#pool_list'+i).append(get.pool[i][0]).hideMe();
|
||||
|
||||
Reference in New Issue
Block a user