diff --git a/ui/src/Components/MainModal/Help.tsx b/ui/src/Components/MainModal/Help.tsx index 51531ec80..af1bc35a9 100644 --- a/ui/src/Components/MainModal/Help.tsx +++ b/ui/src/Components/MainModal/Help.tsx @@ -130,6 +130,9 @@ const Help: FC<{ defaultIsOpen: boolean }> = ({ defaultIsOpen }) => ( Match alerts with label service matching regular expression /.*apache.*/. + + Match alerts without any value for label service. + Match alerts with label service matching regular expression /.*apache[1-3].*/. diff --git a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap index 352841fd7..65f2f3d40 100644 --- a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap +++ b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap @@ -256,6 +256,20 @@ exports[` matches snapshot 1`] = ` . +
  • +
    + + service!~.+ + +
    +
    + Match alerts without any value for label + + service + + . +
    +