parent
b138cfa92f
commit
d98f834b89
|
@ -262,7 +262,7 @@ const SearchBar = React.createClass({
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
placeholder="Filter by Hostname..."
|
placeholder="Filter by Host..."
|
||||||
ref="searchInput"
|
ref="searchInput"
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -152,7 +152,7 @@ export const KapacitorRule = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.thresholdValueEmpty() || this.relativeValueEmpty()) {
|
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 ''
|
return ''
|
||||||
|
|
Loading…
Reference in New Issue