Merge pull request #3758 from influxdata/fix/pageheader-titletext

Update title to titleText in Admin page
pull/10616/head
Delmer 2018-06-22 17:03:04 -04:00 committed by GitHub
commit 7ac3cf823c
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ const sections = me => [
const AdminChronografPage = ({me, source, params: {tab}}) => ( const AdminChronografPage = ({me, source, params: {tab}}) => (
<div className="page"> <div className="page">
<PageHeader title="Chronograf Admin" /> <PageHeader titleText="Chronograf Admin" />
<FancyScrollbar className="page-contents"> <FancyScrollbar className="page-contents">
<div className="container-fluid"> <div className="container-fluid">
<SubSections <SubSections

View File

@ -137,7 +137,7 @@ export class HostsPage extends Component {
) )
} }
optionsComponents = () => { get optionsComponents() {
const {autoRefresh, onChooseAutoRefresh, onManualRefresh} = this.props const {autoRefresh, onChooseAutoRefresh, onManualRefresh} = this.props
return ( return (