diff --git a/desktop/plugins/public/ui-debugger/components/FrameworkEventsTable.tsx b/desktop/plugins/public/ui-debugger/components/FrameworkEventsTable.tsx index 7d8e3a380..0f4dfd4f7 100644 --- a/desktop/plugins/public/ui-debugger/components/FrameworkEventsTable.tsx +++ b/desktop/plugins/public/ui-debugger/components/FrameworkEventsTable.tsx @@ -7,7 +7,7 @@ * @format */ -import {PartitionOutlined} from '@ant-design/icons'; +import {DeleteOutlined, PartitionOutlined} from '@ant-design/icons'; import { DataTable, DataTableColumn, @@ -84,19 +84,30 @@ export function FrameworkEventsTable({ return ( + enableAutoScroll dataSource={instance.frameworkEvents} tableManagerRef={managerRef} onSelect={onSelectRow} columns={allColumns} extraActions={ - - - + <> + + + + + + + } />