+
@@ -85,25 +88,26 @@ export const ExpandedRow: FC = ({ item }) => {
/>
+
- {allocatedModels.length > 0 ? (
-
-
-
-
-
-
-
-
+ {allocatedModels.length > 0 ? (
+ <>
+
+
+
+
+
+
+
+
-
-
-
- ) : null}
-
- >
+
+
+ >
+ ) : null}
+
);
};
diff --git a/x-pack/plugins/observability/server/ui_settings.ts b/x-pack/plugins/observability/server/ui_settings.ts
index 69e7f0ba51af6..a5b111569e311 100644
--- a/x-pack/plugins/observability/server/ui_settings.ts
+++ b/x-pack/plugins/observability/server/ui_settings.ts
@@ -29,11 +29,16 @@ import {
const technicalPreviewLabel = i18n.translate(
'xpack.observability.uiSettings.technicalPreviewLabel',
- {
- defaultMessage: 'technical preview',
- }
+ { defaultMessage: 'technical preview' }
);
+function feedbackLink({ href }: { href: string }) {
+ return `