mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-21 17:07:53 +02:00
Update selection-info-count immediately on selection
The selection-info-count at the left bottom of host or service info needs to be updated immediately after selection. Hence use the already defined ´count´ to update the selection info on click. Also, avoid refreshing the active columns. (cherry picked from commit 72e63dd0a18254a20bd7f2b955fdb5695edd602e)
This commit is contained in:
parent
0b2891c28a
commit
4f1597ccb9
@ -425,7 +425,7 @@
|
||||
});
|
||||
|
||||
// update selection info
|
||||
$('.selection-info-count').text(table.selections().length);
|
||||
$('.selection-info-count').text(count);
|
||||
return false;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user