mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
note to future me
This commit is contained in:
parent
4002f80ab8
commit
acf8390d57
@ -105,6 +105,7 @@ export class AlertTab extends PureComponent<Props> {
|
|||||||
|
|
||||||
const toolbarItems = alert ? [this.stateHistory(), this.deleteAlert()] : [];
|
const toolbarItems = alert ? [this.stateHistory(), this.deleteAlert()] : [];
|
||||||
|
|
||||||
|
//TODO move add button react from angular and add condition to render angular view
|
||||||
return (
|
return (
|
||||||
<EditorTabBody heading="Alert" toolbarItems={toolbarItems}>
|
<EditorTabBody heading="Alert" toolbarItems={toolbarItems}>
|
||||||
<div ref={element => (this.element = element)} />
|
<div ref={element => (this.element = element)} />
|
||||||
|
Loading…
Reference in New Issue
Block a user