Skip to content

Commit

Permalink
Fix agent details breadcrumb (#107143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich authored Jul 29, 2021
1 parent ff3029f commit 16537aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const AgentDetailsPageContent: React.FunctionComponent<{
agent: Agent;
agentPolicy?: AgentPolicy;
}> = ({ agent, agentPolicy }) => {
useBreadcrumbs('agent_list', {
useBreadcrumbs('agent_details', {
agentHost:
typeof agent.local_metadata.host === 'object' &&
typeof agent.local_metadata.host.hostname === 'string'
Expand Down

0 comments on commit 16537aa

Please sign in to comment.