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