SEBSERV-427 comments
This commit is contained in:
parent
75c559d01a
commit
b8a7ab279e
1 changed files with 3 additions and 2 deletions
|
@ -431,8 +431,7 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sortTable() {
|
private void sortTable() {
|
||||||
// SEBSERV-427 get all selected indices here and
|
// SEBSERV-427 get all selected indices here and store connectionTokens for selection in Set
|
||||||
|
|
||||||
|
|
||||||
this.sortList.clear();
|
this.sortList.clear();
|
||||||
this.sortList.addAll(this.tableMapping.values());
|
this.sortList.addAll(this.tableMapping.values());
|
||||||
|
@ -443,6 +442,8 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
|
||||||
final UpdatableTableItem item = iterator.next();
|
final UpdatableTableItem item = iterator.next();
|
||||||
this.tableMapping.put(item.connectionId, item);
|
this.tableMapping.put(item.connectionId, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SEBSERV-427 apply selected connectionTokens back to table index selection
|
||||||
}
|
}
|
||||||
|
|
||||||
private void notifySelectionChange() {
|
private void notifySelectionChange() {
|
||||||
|
|
Loading…
Reference in a new issue