mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +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.
This commit is contained in:
parent
908adc66c1
commit
72e63dd0a1
@ -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