Skip to content

Commit

Permalink
Merge branch 'bump-for-7.11.0' of github.com:mistic/kibana into bump-…
Browse files Browse the repository at this point in the history
…for-7.11.0
  • Loading branch information
mistic committed Oct 7, 2020
2 parents f499f7f + 72177b8 commit e2edb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const FlyoutHome = (props: Props) => {
</div>

<EuiSpacer size="l" />
{hostJobSummaries.length > 0 && (
{(hostJobSummaries.length > 0 || k8sJobSummaries.length > 0) && (
<>
<JobsEnabledCallout
hasHostJobs={hostJobSummaries.length > 0}
Expand Down

0 comments on commit e2edb89

Please sign in to comment.