Skip to content

Commit bd153c4

Browse files
authored
Show callout for K8s jobs (#79610)
1 parent cb73df0 commit bd153c4

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection

1 file changed

+1
-1
lines changed

x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const FlyoutHome = (props: Props) => {
109109
</div>
110110

111111
<EuiSpacer size="l" />
112-
{hostJobSummaries.length > 0 && (
112+
{(hostJobSummaries.length > 0 || k8sJobSummaries.length > 0) && (
113113
<>
114114
<JobsEnabledCallout
115115
hasHostJobs={hostJobSummaries.length > 0}

0 commit comments

Comments
 (0)