updated snapshot

This commit is contained in:
Patrick O'Carroll 2018-01-08 17:43:33 +01:00
parent 8b00e65a83
commit 025835c9bf

View File

@ -23,7 +23,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
<a <a
href="dashboard/db/mygool?panelId=3&fullscreen&edit&tab=alert" 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> </a>
</div> </div>
<div <div
@ -32,7 +49,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
<span <span
className="alert-state-ok" className="alert-state-ok"
> >
OK <Highlighter
highlightClassName="textHighlight"
searchWords={
Array [
"",
]
}
textToHighlight="OK"
>
<span>
<span
className=""
key="0"
>
OK
</span>
</span>
</Highlighter>
</span> </span>
<span <span
className="alert-rule-item__time" className="alert-rule-item__time"