Update title to titleText in Host and Admin page
parent
4129cb2c4b
commit
e3aaae62b4
|
@ -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
|
||||
|
|
|
@ -116,7 +116,7 @@ export class HostsPage extends Component {
|
|||
<div className="page hosts-list-page">
|
||||
<PageHeader
|
||||
titleText="Host List"
|
||||
optionsComponents={this.optionsComponents}
|
||||
optionsComponents={this.optionsComponents()}
|
||||
sourceIndicator={true}
|
||||
/>
|
||||
<div className="page-contents">
|
||||
|
|
Loading…
Reference in New Issue