mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
updated snapshot
This commit is contained in:
parent
8b00e65a83
commit
025835c9bf
@ -22,8 +22,25 @@ exports[`AlertRuleList should render 1 rule 1`] = `
|
||||
>
|
||||
<a
|
||||
href="dashboard/db/mygool?panelId=3&fullscreen&edit&tab=alert"
|
||||
>
|
||||
<Highlighter
|
||||
highlightClassName="textHighlight"
|
||||
searchWords={
|
||||
Array [
|
||||
"",
|
||||
]
|
||||
}
|
||||
textToHighlight="Panel Title alert"
|
||||
>
|
||||
<span>
|
||||
<span
|
||||
className=""
|
||||
key="0"
|
||||
>
|
||||
Panel Title alert
|
||||
</span>
|
||||
</span>
|
||||
</Highlighter>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
@ -31,9 +48,26 @@ exports[`AlertRuleList should render 1 rule 1`] = `
|
||||
>
|
||||
<span
|
||||
className="alert-state-ok"
|
||||
>
|
||||
<Highlighter
|
||||
highlightClassName="textHighlight"
|
||||
searchWords={
|
||||
Array [
|
||||
"",
|
||||
]
|
||||
}
|
||||
textToHighlight="OK"
|
||||
>
|
||||
<span>
|
||||
<span
|
||||
className=""
|
||||
key="0"
|
||||
>
|
||||
OK
|
||||
</span>
|
||||
</span>
|
||||
</Highlighter>
|
||||
</span>
|
||||
<span
|
||||
className="alert-rule-item__time"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user