Show uncombined alert count in remove alert bell.
This commit is contained in:
parent
9ba5d45153
commit
9b90189b07
|
@ -10,7 +10,7 @@
|
|||
<Icon
|
||||
v-if="itemAlerted"
|
||||
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"
|
||||
@click="removeAlert"
|
||||
@contextmenu.prevent="showAlertDialog = true"
|
||||
|
|
Loading…
Reference in New Issue