Skip to content

Commit

Permalink
ui: Remove title from Cluster overview page
Browse files Browse the repository at this point in the history
Partially resolves: #45187

Release note: Cluster Overview page - removed title
  • Loading branch information
koorosh committed Feb 25, 2020
1 parent a91f50e commit b216efc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export default class ClusterOverview extends React.Component<any, any> {
return (
<div className="cluster-page">
<Helmet title="Cluster Overview" />
<section className="section"><h1 className="base-heading page-title">Cluster Overview</h1></section>
<section className="cluster-overview">
<ClusterSummaryConnected />
</section>
Expand Down

0 comments on commit b216efc

Please sign in to comment.