Show uncombined alert count in remove alert bell.
This commit is contained in:
parent
9ba5d45153
commit
9b90189b07
|
@ -10,7 +10,7 @@
|
||||||
<Icon
|
<Icon
|
||||||
v-if="itemAlerted"
|
v-if="itemAlerted"
|
||||||
icon="bell2"
|
icon="bell2"
|
||||||
:title="`Remove uncombined alerts for '${item.title || item.name}'`"
|
:title="`Remove ${itemAlerts.only.length} uncombined alert${itemAlerts.only.length > 1 ? 's' : ''} for '${item.title || item.name}'`"
|
||||||
class="alert active noselect"
|
class="alert active noselect"
|
||||||
@click="removeAlert"
|
@click="removeAlert"
|
||||||
@contextmenu.prevent="showAlertDialog = true"
|
@contextmenu.prevent="showAlertDialog = true"
|
||||||
|
|
Loading…
Reference in New Issue