From 0164868ded46ab8bc60a9f134d37bc3ab87c15b5 Mon Sep 17 00:00:00 2001
From: Yara Tercero
Date: Wed, 12 Jan 2022 10:43:11 -0800
Subject: [PATCH] update exceptions table header and export icon
---
.../rules/all/exceptions/columns.tsx | 2 +-
.../rules/all/exceptions/exceptions_table.tsx | 17 +++++++++--------
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
index 17eafecbae34..2e3872a1364c 100644
--- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
+++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/columns.tsx
@@ -148,7 +148,7 @@ export const getAllExceptionListsColumns = (
namespaceType,
})}
aria-label="Export exception list"
- iconType="exportAction"
+ iconType="download"
data-test-subj="exceptionsTableExportButton"
/>
),
diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
index 7c8b2ddf636c..de9da5c293fc 100644
--- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
+++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.tsx
@@ -14,6 +14,8 @@ import {
EuiProgress,
EuiSearchBarProps,
EuiSpacer,
+ EuiPageHeader,
+ EuiHorizontalRule,
} from '@elastic/eui';
import type { NamespaceType, ExceptionListFilter } from '@kbn/securitysolution-io-ts-list-types';
@@ -24,8 +26,6 @@ import { useKibana } from '../../../../../../common/lib/kibana';
import { useFormatUrl } from '../../../../../../common/components/link_to';
import { Loader } from '../../../../../../common/components/loader';
-import { DetectionEngineHeaderPage } from '../../../../../components/detection_engine_header_page';
-
import * as i18n from './translations';
import { AllRulesUtilityBar } from '../utility_bar';
import { AllExceptionListsColumns, getAllExceptionListsColumns } from './columns';
@@ -341,13 +341,14 @@ export const ExceptionListsTable = React.memo(() => {
return (
<>
- {timelines.getLastUpdated({ showUpdating: loading, updatedAt: lastUpdated })}
,
+ ]}
/>
-
+
{loadingTableInfo && (