Fix copy
parent
ec0ba3ba8c
commit
ef4e09d4d6
|
@ -31,7 +31,7 @@ const AlertaConfig = React.createClass({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="panel-body">
|
<div className="panel-body">
|
||||||
<h4 className="text-center">Alerta alerts</h4>
|
<h4 className="text-center">Alerta Alert</h4>
|
||||||
<br/>
|
<br/>
|
||||||
<form onSubmit={this.handleSaveAlert}>
|
<form onSubmit={this.handleSaveAlert}>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
|
|
@ -34,7 +34,7 @@ const VictoropsConfig = React.createClass({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="panel-body">
|
<div className="panel-body">
|
||||||
<h4 className="text-center">SMTP Alert</h4>
|
<h4 className="text-center">VictorOps Alert</h4>
|
||||||
<br/>
|
<br/>
|
||||||
<form onSubmit={this.handleSaveAlert}>
|
<form onSubmit={this.handleSaveAlert}>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
|
Loading…
Reference in New Issue