From d98f834b8958579ad44e671a05d9143dd676c99a Mon Sep 17 00:00:00 2001 From: Alex P <thealexpaxton@gmail.com> Date: Wed, 3 May 2017 12:11:12 -0700 Subject: [PATCH] Add Nate's changes in Two heads clearly better than one here --- ui/src/hosts/components/HostsTable.js | 2 +- ui/src/kapacitor/components/KapacitorRule.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js index 15ac42ae78..240926b1cc 100644 --- a/ui/src/hosts/components/HostsTable.js +++ b/ui/src/hosts/components/HostsTable.js @@ -262,7 +262,7 @@ const SearchBar = React.createClass({ <input type="text" className="form-control" - placeholder="Filter by Hostname..." + placeholder="Filter by Host..." ref="searchInput" onChange={this.handleChange} /> diff --git a/ui/src/kapacitor/components/KapacitorRule.js b/ui/src/kapacitor/components/KapacitorRule.js index 72ae627a8b..c8f28f0d52 100644 --- a/ui/src/kapacitor/components/KapacitorRule.js +++ b/ui/src/kapacitor/components/KapacitorRule.js @@ -152,7 +152,7 @@ export const KapacitorRule = React.createClass({ } if (this.thresholdValueEmpty() || this.relativeValueEmpty()) { - return 'Please enter a value in the Values section' + return 'Please enter a value in the Rule Conditions section' } return ''