Make update button even more clear
parent
d7954a2b13
commit
0d34944113
|
@ -79,7 +79,7 @@ const AlertaConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update Alerta Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -78,7 +78,7 @@ const HipchatConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update HipChat Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -99,7 +99,7 @@ const OpsGenieConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update OpsGenie Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -60,7 +60,7 @@ const PagerDutyConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update PagerDuty Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -91,7 +91,7 @@ const SMTPConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update SMTP Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -51,7 +51,7 @@ const SensuConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update Sensu Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -79,7 +79,7 @@ const SlackConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update Slack Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -53,7 +53,7 @@ const TalkConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update Talk Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -161,7 +161,7 @@ const TelegramConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update Telegram Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -67,7 +67,7 @@ const VictorOpsConfig = React.createClass({
|
|||
|
||||
<div className="form-group-submit col-xs-12 text-center">
|
||||
<button className="btn btn-primary" type="submit">
|
||||
Update Config
|
||||
Update VictorOps Config
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue