Skip to content

Commit f4c70b8

Browse files
committed
remove gateway + tool from status legend
1 parent e0cafef commit f4c70b8

2 files changed

Lines changed: 3 additions & 20 deletions

File tree

package-lock.json

Lines changed: 2 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cli/tui/components/ResourceGraph.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ export function ResourceGraph({ project, mcp, agentName, agentStatuses, deployed
204204
<Text>
205205
<Text color="green">{ICONS.agent}</Text> agent{' '}
206206
<Text color="blue">{ICONS.memory}</Text> memory{' '}
207-
<Text color="yellow">{ICONS.credential}</Text> credential{' '}
208-
<Text color="magenta">{ICONS.gateway}</Text> gateway{' '}
209-
<Text color="cyan">{ICONS.tool}</Text> tool
207+
<Text color="yellow">{ICONS.credential}</Text> credential
210208
</Text>
211209
</Box>
212210
</Box>

0 commit comments

Comments
 (0)