diff --git a/app/components/namespace-table/template.hbs b/app/components/namespace-table/template.hbs index 197b361f9..8b05127bc 100644 --- a/app/components/namespace-table/template.hbs +++ b/app/components/namespace-table/template.hbs @@ -15,9 +15,13 @@ }} {{#if (eq kind "row")}} - - {{check-box nodeId=ns.id}} - + + {{#if (and projectsWithoutNamespace.length (not model.length))}} +   + {{else}} + {{check-box nodeId=ns.id}} + {{/if}} + {{badge-state model=ns}}