Omit Members on App Env table header
This commit is contained in:
parent
6e1eac8560
commit
a97c87dca1
@ -17,7 +17,6 @@
|
|||||||
<div class="accordion-table accordion-table-list">
|
<div class="accordion-table accordion-table-list">
|
||||||
<div class="accordion-table__head">
|
<div class="accordion-table__head">
|
||||||
<span>{{ "portfolios.applications.environments.name" | translate }}</span>
|
<span>{{ "portfolios.applications.environments.name" | translate }}</span>
|
||||||
<span class="float-right">{{ "portfolios.applications.environments.members" | translate }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="accordion-table__items">
|
<ul class="accordion-table__items">
|
||||||
@ -43,11 +42,11 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="icon-link icon-link--large accordion-table__item__toggler">
|
<span class="icon-link icon-link--large accordion-table__item__toggler">
|
||||||
{% set open_members_button %}
|
{% set open_members_button %}
|
||||||
Members ({{ members_list | length }}) {{ Icon('caret_down') }}
|
{{ "common.members" | translate }} ({{ members_list | length }}) {{ Icon('caret_down') }}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
|
|
||||||
{% set close_members_button %}
|
{% set close_members_button %}
|
||||||
Members ({{ members_list | length }}) {{ Icon('caret_up') }}
|
{{ "common.members" | translate }} ({{ members_list | length }}) {{ Icon('caret_up') }}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
|
|
||||||
{{
|
{{
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
<div class="accordion-table accordion-table-list">
|
<div class="accordion-table accordion-table-list">
|
||||||
<div class="accordion-table__head">
|
<div class="accordion-table__head">
|
||||||
<span>{{ "portfolios.applications.environments.name" | translate }}</span>
|
<span>{{ "portfolios.applications.environments.name" | translate }}</span>
|
||||||
<span class="float-right">{{ "portfolios.applications.environments.members" | translate }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="accordion-table__items">
|
<ul class="accordion-table__items">
|
||||||
@ -27,11 +26,11 @@
|
|||||||
|
|
||||||
<span class="icon-link icon-link--large accordion-table__item__toggler">
|
<span class="icon-link icon-link--large accordion-table__item__toggler">
|
||||||
{% set open_members_button %}
|
{% set open_members_button %}
|
||||||
Members ({{ members_list | length }}) {{ Icon('caret_down') }}
|
{{ "common.members" | translate }} ({{ members_list | length }}) {{ Icon('caret_down') }}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
|
|
||||||
{% set close_members_button %}
|
{% set close_members_button %}
|
||||||
Members ({{ members_list | length }}) {{ Icon('caret_up') }}
|
{{ "common.members" | translate }} ({{ members_list | length }}) {{ Icon('caret_up') }}
|
||||||
{% endset %}
|
{% endset %}
|
||||||
|
|
||||||
{{
|
{{
|
||||||
|
@ -25,6 +25,7 @@ common:
|
|||||||
edit: Edit
|
edit: Edit
|
||||||
hide: Hide
|
hide: Hide
|
||||||
manage: manage
|
manage: manage
|
||||||
|
members: Members
|
||||||
officer_helpers:
|
officer_helpers:
|
||||||
underscore_to_friendly:
|
underscore_to_friendly:
|
||||||
contracting_officer: Contracting Officer
|
contracting_officer: Contracting Officer
|
||||||
@ -365,7 +366,6 @@ navigation:
|
|||||||
funding: Funding
|
funding: Funding
|
||||||
reports: Reports
|
reports: Reports
|
||||||
budget_report: Budget Report
|
budget_report: Budget Report
|
||||||
members: Members
|
|
||||||
portfolio_admin: Portfolio Administration
|
portfolio_admin: Portfolio Administration
|
||||||
portfolio_funding: Funding
|
portfolio_funding: Funding
|
||||||
portfolio_settings: Portfolio Settings
|
portfolio_settings: Portfolio Settings
|
||||||
@ -402,7 +402,6 @@ portfolios:
|
|||||||
button: Delete application
|
button: Delete application
|
||||||
header: Are you sure you want to delete this application?
|
header: Are you sure you want to delete this application?
|
||||||
environments:
|
environments:
|
||||||
members: Members
|
|
||||||
name: Name
|
name: Name
|
||||||
environments_description: Each environment created within an application is logically separated from one another for easier management and security.
|
environments_description: Each environment created within an application is logically separated from one another for easier management and security.
|
||||||
environments_heading: Application environments
|
environments_heading: Application environments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user