mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated snapshot
This commit is contained in:
parent
8b00e65a83
commit
025835c9bf
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user