Remove In this Project bar from NS page

This commit is contained in:
Tani Fiduccia 2019-08-29 16:09:39 -07:00
parent 46ca8c651f
commit 4fea49642d
1 changed files with 0 additions and 19 deletions

View File

@ -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}}
</td>
</tr>
{{else if (eq kind "group")}}
{{#if obj.ref.type}}
<tr class="group-row">
<td colspan="{{sortable.fullColspan}}" class="pl-10">
{{t 'projectsListNamespacePage.current'}}
{{#if obj.ref.description}}
<p class="text-small text-muted m-0">{{linkify obj.ref.description}}</p>
{{/if}}
</td>
</tr>
{{else}}
<tr class="group-row">
<td colspan="{{sortable.fullColspan}}" class="pl-10">
{{t 'projectsListNamespacePage.notIn'}}
</td>
</tr>
{{/if}}
{{else if (eq kind "nomatch")}}
<tr><td colspan="{{sortable.fullColspan}}" class="text-center text-muted lacsso pt-20 pb-20">{{t 'namespacesPage.noMatch'}}</td></tr>
{{else if (eq kind "norows")}}