Merge pull request #3758 from influxdata/fix/pageheader-titletext
Update title to titleText in Admin pagepull/10616/head
commit
7ac3cf823c
|
@ -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
|
||||||
|
|
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue