Skip to content

Commit b8dd3de

Browse files
Update x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/collectors/components/collectors_table.tsx
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
1 parent 0f491d8 commit b8dd3de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/collectors/components

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/collectors/components/collectors_table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export const CollectorsTable: React.FC<CollectorsTableProps> = ({
9292
name: i18n.translate('xpack.fleet.collectors.table.versionColumn', {
9393
defaultMessage: 'Version',
9494
}),
95-
// TODO not implemented yet, waiting for backend to populate the field
9695
render: (_: unknown, collector: Agent) => {
9796
if (!collector.pipeline_config) return '-';
9897
return (

0 commit comments

Comments
 (0)