mirror of https://github.com/rancher/ui.git
Remove In this Project bar from NS page
This commit is contained in:
parent
46ca8c651f
commit
4fea49642d
|
|
@ -11,8 +11,6 @@
|
||||||
tableClassNames="bordered"
|
tableClassNames="bordered"
|
||||||
paging=true
|
paging=true
|
||||||
pagingLabel="pagination.namespace"
|
pagingLabel="pagination.namespace"
|
||||||
groupByKey="projectId"
|
|
||||||
groupByRef="project"
|
|
||||||
headers=headers
|
headers=headers
|
||||||
bulkActions=true
|
bulkActions=true
|
||||||
body=allNamespace
|
body=allNamespace
|
||||||
|
|
@ -45,23 +43,6 @@
|
||||||
{{action-menu model=obj}}
|
{{action-menu model=obj}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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")}}
|
{{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>
|
<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")}}
|
{{else if (eq kind "norows")}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue