diff --git a/ghost-tui/src/app.rs b/ghost-tui/src/app.rs index 83a37d2..54b8a0f 100644 --- a/ghost-tui/src/app.rs +++ b/ghost-tui/src/app.rs @@ -402,6 +402,6 @@ impl App { } pub fn get_tab_titles(&self) -> Vec<&str> { - vec!["Overview", "Processes", "Detections", "Memory", "Logs"] + vec!["Overview", "Processes", "Detections", "Threat Intel", "Memory", "Logs"] } }