commit
f259024509
@ -46,7 +46,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style-type: none;
|
|
||||||
font-weight: $font-bold;
|
font-weight: $font-bold;
|
||||||
border-bottom: 1px solid $color-gray-lightest;
|
border-bottom: 1px solid $color-gray-lightest;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -55,8 +55,10 @@
|
|||||||
<span>{{ "portfolios.applications.team_text" | translate }} ({{ application.members | length }})</span>
|
<span>{{ "portfolios.applications.team_text" | translate }} ({{ application.members | length }})</span>
|
||||||
</a>
|
</a>
|
||||||
<div class='separator'></div>
|
<div class='separator'></div>
|
||||||
<a class='icon-link triangle-box' v-on:click="toggleSection('{{ section_name }}')">
|
{% set has_environments = 0 < (application.environments|length) %}
|
||||||
|
<a class='icon-link triangle-box' v-on:click="toggleSection('{{ section_name }}')" disabled="{{ not has_environments }}">
|
||||||
<span>Environments ({{ application.environments|length }})</span>
|
<span>Environments ({{ application.environments|length }})</span>
|
||||||
|
{% if has_environments %}
|
||||||
<span v-if="selectedSection === '{{ section_name }}'">
|
<span v-if="selectedSection === '{{ section_name }}'">
|
||||||
{{ Icon('caret_up') }}
|
{{ Icon('caret_up') }}
|
||||||
</span>
|
</span>
|
||||||
@ -64,6 +66,7 @@
|
|||||||
{{ Icon('caret_down') }}
|
{{ Icon('caret_down') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="triangle-up" v-if="selectedSection === '{{ section_name }}'"></div>
|
<div class="triangle-up" v-if="selectedSection === '{{ section_name }}'"></div>
|
||||||
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user