summaryrefslogtreecommitdiffstats
path: root/src/display/ui.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-25 21:49:55 +0100
committerGitHub <noreply@github.com>2020-01-25 21:49:55 +0100
commit198a1d41ff52f85d2946d6386f0d937cf992fd70 (patch)
treed38b8db66aefad8fa4d8d4f44fb5bb3349bb0101 /src/display/ui.rs
parent218d71eb39345cd8ec549cf242e57f2cf8bde05c (diff)
feat(layout): new layout (#139)
Diffstat (limited to 'src/display/ui.rs')
-rw-r--r--src/display/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/ui.rs b/src/display/ui.rs
index 4b193d5..cb4e7bd 100644
--- a/src/display/ui.rs
+++ b/src/display/ui.rs
@@ -119,8 +119,8 @@ where
if !(opts.processes || opts.addresses || opts.connections) {
children = vec![
Table::create_processes_table(&self.state),
- Table::create_connections_table(&self.state, &self.ip_to_host),
Table::create_remote_addresses_table(&self.state, &self.ip_to_host),
+ Table::create_connections_table(&self.state, &self.ip_to_host),
];
}
children