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}}) => (
|
||||
<div className="page">
|
||||
<PageHeader title="Chronograf Admin" />
|
||||
<PageHeader titleText="Chronograf Admin" />
|
||||
<FancyScrollbar className="page-contents">
|
||||
<div className="container-fluid">
|
||||
<SubSections
|
||||
|
|
|
@ -137,7 +137,7 @@ export class HostsPage extends Component {
|
|||
)
|
||||
}
|
||||
|
||||
optionsComponents = () => {
|
||||
get optionsComponents() {
|
||||
const {autoRefresh, onChooseAutoRefresh, onManualRefresh} = this.props
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue