mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Feature: [homepage] group the counter of tasks in warning and alert state into one counter
This commit is contained in:
parent
1cd153fb78
commit
63759a940f
@ -46,8 +46,7 @@
|
|||||||
:class="{'active': activeTab === 'MyTasks'}"
|
:class="{'active': activeTab === 'MyTasks'}"
|
||||||
@click="selectTab('MyTasks')">
|
@click="selectTab('MyTasks')">
|
||||||
{{ $t('my_tasks.tab') }}
|
{{ $t('my_tasks.tab') }}
|
||||||
<tab-counter :count="state.tasks.warning.count"></tab-counter>
|
<tab-counter :count="state.tasks.warning.count + state.tasks.alert.count"></tab-counter>
|
||||||
<tab-counter :count="state.tasks.alert.count"></tab-counter>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user