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
)
  • Loading branch information
joshdover authored Oct 25, 2021
1 parent 62e2038 commit 504896d
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 504896d

Please sign in to comment.