diff --git a/frontend/public/components/namespace.jsx b/frontend/public/components/namespace.jsx index 925f77cc088..f3447f104ad 100644 --- a/frontend/public/components/namespace.jsx +++ b/frontend/public/components/namespace.jsx @@ -729,7 +729,7 @@ export const ProjectList = (props) => { ); const isPrometheusAvailable = usePrometheusGate(); const showMetrics = isPrometheusAvailable && canGetNS; - const showActions = showMetrics; + const showActions = true; const columns = useProjectsColumns({ showMetrics, showActions }); const namespaceMetrics = useSelector(({ UI }) => UI.getIn(['metrics', 'namespace']));