Commit 025835c9 by Patrick O'Carroll

updated snapshot

parent 8b00e65a
......@@ -23,7 +23,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
<a
href="dashboard/db/mygool?panelId=3&fullscreen&edit&tab=alert"
>
Panel Title alert
<Highlighter
highlightClassName="textHighlight"
searchWords={
Array [
"",
]
}
textToHighlight="Panel Title alert"
>
<span>
<span
className=""
key="0"
>
Panel Title alert
</span>
</span>
</Highlighter>
</a>
</div>
<div
......@@ -32,7 +49,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
<span
className="alert-state-ok"
>
OK
<Highlighter
highlightClassName="textHighlight"
searchWords={
Array [
"",
]
}
textToHighlight="OK"
>
<span>
<span
className=""
key="0"
>
OK
</span>
</span>
</Highlighter>
</span>
<span
className="alert-rule-item__time"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment