|
|
@ -281,7 +281,7 @@ class Page extends React.Component {
|
|
|
|
const {pageName, loading, clusters, applications, isAddNewClusterVisible, links} = this.state;
|
|
|
|
const {pageName, loading, clusters, applications, isAddNewClusterVisible, links} = this.state;
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<PageHeader style={{paddingTop: 0}}>
|
|
|
|
<PageHeader style={{paddingTop:0, backgroundColor: "#fff"}}>
|
|
|
|
<Breadcrumb style={{paddingBottom: 16}}>
|
|
|
|
<Breadcrumb style={{paddingBottom: 16}}>
|
|
|
|
<Breadcrumb.Item>
|
|
|
|
<Breadcrumb.Item>
|
|
|
|
<Link to="/publisher/apps"><Icon type="home"/> Home</Link>
|
|
|
|
<Link to="/publisher/apps"><Icon type="home"/> Home</Link>
|
|
|
|