Skip to content

Commit 462bd56

Browse files
Fix [Alerts history] remove "Entity Type" column in per project view (#2989)
1 parent 970f458 commit 462bd56

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

src/components/DetailsDrillDownAlert/AlertLogPopup.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/utils/createAlertsContent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ export const createAlertRowData = ({ ...alert }, isCrossProjects, showExpandButt
299299
headerLabel: 'Entity Type',
300300
value: getEntityTypeData(alert.entity_kind).value,
301301
className: 'table-cell-small',
302-
tooltip: getEntityTypeData(alert.entity_kind).tooltip
302+
tooltip: getEntityTypeData(alert.entity_kind).tooltip,
303+
hidden: !isCrossProjects && showExpandButton
303304
},
304305
{
305306
id: `timestamp.${alert.id}`,

0 commit comments

Comments
 (0)