* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+
import * as React from 'react';
-import withIndexationGuard from '../../../components/hoc/withIndexationGuard';
-import { PageContext } from '../indexation/PageUnavailableDueToIndexation';
import ProjectPageExtension from './ProjectPageExtension';
-export function PortfolioPage() {
+export default function PortfolioPage() {
return <ProjectPageExtension params={{ pluginKey: 'governance', extensionKey: 'portfolio' }} />;
}
-
-export default withIndexationGuard(PortfolioPage, PageContext.Portfolios);
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+
import * as React from 'react';
-import withIndexationGuard from '../../../components/hoc/withIndexationGuard';
-import { PageContext } from '../indexation/PageUnavailableDueToIndexation';
import GlobalPageExtension from './GlobalPageExtension';
-export function PortfoliosPage() {
+export default function PortfoliosPage() {
return <GlobalPageExtension params={{ pluginKey: 'governance', extensionKey: 'portfolios' }} />;
}
-
-export default withIndexationGuard(PortfoliosPage, PageContext.Portfolios);
layout.nav.home_logo_alt=Logo, link to homepage
layout.must_be_configured=This will be available once your project is configured and analyzed.
layout.all_project_must_be_accessible=You need access to all projects within this {0} to access it.
-layout.component_must_be_reindexed=This will be available once your project has been reindexed.
+layout.component_must_be_reindexed=This will be available once the reindexing has completed.
sidebar.projects=Projects
sidebar.project_settings=Configuration