Skip to content

Commit

Permalink
[Fleet] Fix showing deployment details callout on Cloud staging (#116123
Browse files Browse the repository at this point in the history
) (#116181)

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
  • Loading branch information
kibanamachine and joshdover authored Oct 25, 2021
1 parent b5ca6de commit d6cf4bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export const DeploymentDetails = () => {
!(
cname.endsWith('elastic-cloud.com') ||
cname.endsWith('found.io') ||
cname.endsWith('found.no')
cname.endsWith('found.no') ||
cname.endsWith('foundit.no')
)
) {
return null;
Expand Down

0 comments on commit d6cf4bf

Please sign in to comment.