diff --git a/app/authenticated/project/ns/index/template.hbs b/app/authenticated/project/ns/index/template.hbs index 0d20a19aa..077700b46 100644 --- a/app/authenticated/project/ns/index/template.hbs +++ b/app/authenticated/project/ns/index/template.hbs @@ -11,8 +11,6 @@ tableClassNames="bordered" paging=true pagingLabel="pagination.namespace" - groupByKey="projectId" - groupByRef="project" headers=headers bulkActions=true body=allNamespace @@ -45,23 +43,6 @@ {{action-menu model=obj}} - {{else if (eq kind "group")}} - {{#if obj.ref.type}} -
{{linkify obj.ref.description}}
- {{/if}} -