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…
Reference in New Issue