parent
b138cfa92f
commit
d98f834b89
|
@ -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}
|
||||
/>
|
||||
|
|
|
@ -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 ''
|
||||
|
|
Loading…
Reference in New Issue