From f1122edce6dc6df1d1910d1d8f7346ac6e102b30 Mon Sep 17 00:00:00 2001 From: Jimmy Holway Date: Fri, 4 Aug 2023 12:29:16 +0200 Subject: [PATCH] fix(containers-chronicle): updates chronicle container to point to tabbed playground/explorer SXT-1023 Signed-off-by: Jimmy Holway --- src/containers/deployment/chronicle/Chronicle.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/containers/deployment/chronicle/Chronicle.js b/src/containers/deployment/chronicle/Chronicle.js index b557094d..91b629e9 100644 --- a/src/containers/deployment/chronicle/Chronicle.js +++ b/src/containers/deployment/chronicle/Chronicle.js @@ -5,8 +5,7 @@ import routerActions from 'store/modules/router' import selectors from 'store/selectors' import Loading from 'components/system/Loading' -// import ChronicleExplorer from 'pages/deployment/chronicle/Explorer' -import Playground from 'pages/deployment/chronicle/Playground' +import Chronicle from 'pages/deployment/chronicle' const onCancel = (cluster) => routerActions.navigateTo('deployments', { cluster }) @connect( @@ -43,7 +42,7 @@ class DeploymentChronicleContainer extends React.Component { } return ( - )