diff --git a/CHANGELOG.md b/CHANGELOG.md index 302aefc22d..7bc486c5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ 1. [#1378](https://github.com/influxdata/chronograf/pull/1378): Save query time range for dashboards 1. [#1365](https://github.com/influxdata/chronograf/pull/1365): Show red indicator on Hosts Page for an offline host 1. [#1373](https://github.com/influxdata/chronograf/pull/1373): Re-address dashboard cell stacking contexts + 1. [#602](https://github.com/influxdata/chronograf/pull/602): Normalize terminology in app ## v1.2.0-beta10 [2017-04-28] diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js index f63a749094..240926b1cc 100644 --- a/ui/src/hosts/components/HostsTable.js +++ b/ui/src/hosts/components/HostsTable.js @@ -129,7 +129,7 @@ const HostsTable = React.createClass({ onClick={() => this.updateSort('name')} className={this.sortableClasses('name')} > - Hostname + Host this.updateSort('deltaUptime')} @@ -262,7 +262,7 @@ const SearchBar = React.createClass({ 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 '' diff --git a/ui/src/kapacitor/components/KapacitorRules.js b/ui/src/kapacitor/components/KapacitorRules.js index ecc7f93f22..a6d4027ceb 100644 --- a/ui/src/kapacitor/components/KapacitorRules.js +++ b/ui/src/kapacitor/components/KapacitorRules.js @@ -28,11 +28,11 @@ const KapacitorRules = ({ ) } - + const tableHeader = rules.length === 1 ? '1 Alert Rule' : `${rules.length} Alert Rules` return (
-

Alert Rules

+

{tableHeader}

(
-

Kapacitor Rules

+

Alert Rules

diff --git a/ui/src/kapacitor/components/KapacitorRulesTable.js b/ui/src/kapacitor/components/KapacitorRulesTable.js index 005f191d3f..12db317e44 100644 --- a/ui/src/kapacitor/components/KapacitorRulesTable.js +++ b/ui/src/kapacitor/components/KapacitorRulesTable.js @@ -8,7 +8,7 @@ const KapacitorRulesTable = ({source, rules, onDelete, onChangeRuleStatus}) => { Name - Trigger + Rule Type Message Alerts Enabled diff --git a/ui/src/kapacitor/components/ValuesSection.js b/ui/src/kapacitor/components/ValuesSection.js index 2fc10f38eb..4664d42892 100644 --- a/ui/src/kapacitor/components/ValuesSection.js +++ b/ui/src/kapacitor/components/ValuesSection.js @@ -23,7 +23,7 @@ export const ValuesSection = React.createClass({ return (
-

Values

+

Rule Conditions

diff --git a/ui/src/side_nav/containers/SideNav.js b/ui/src/side_nav/containers/SideNav.js index 12e8275bf9..679afbcc74 100644 --- a/ui/src/side_nav/containers/SideNav.js +++ b/ui/src/side_nav/containers/SideNav.js @@ -65,7 +65,7 @@ const SideNav = React.createClass({ Alert History - Kapacitor Rules + Alert Rules