Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function AutomationsTableActions({
</ActionsBarWrapper>
</SimpleTable.Header>
{pageSelected && !allResultsVisible && (
<FullWidthAlert type="warning" showIcon={false}>
<FullWidthAlert type="warning" system showIcon={false}>
<Flex justify="center" wrap="wrap" gap="md">
{allInQuerySelected ? (
tct('Selected all [count] alerts that match this search query.', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export function DetectorsTableActions({
</ActionsBarWrapper>
</SimpleTable.Header>
{pageSelected && !allResultsVisible && (
<FullWidthAlert type="warning" showIcon={false}>
<FullWidthAlert type="warning" system showIcon={false}>
<Flex justify="center" wrap="wrap" gap="md">
{allInQuerySelected ? (
tct('Selected all [count] monitors that match this search query.', {
Expand Down
Loading