{{#if (rbac-allows resource="workload" scope="project" permission="list")}}
-
{{#link-to "containers.index" scope.currentProject.id}}{{t "nav.containers.containers"}}{{/link-to}}
{{/if}}
{{#if (rbac-allows resource="ingress" scope="project" permission="list")}}
-
{{#link-to "ingresses.index" scope.currentProject.id}}{{t "nav.containers.ingresses"}}{{/link-to}}
{{/if}}
{{#if (rbac-allows resource="service" scope="project" permission="list")}}
-
{{#link-to "authenticated.project.dns.index" scope.currentProject.id}}{{t "nav.containers.dns"}}{{/link-to}}
{{/if}}
- {{#link-to "volumes.index" scope.currentProject.id}}{{t "nav.containers.volumes"}}{{/link-to}}