Improved visuals and tooltips for quick alerts.
This commit is contained in:
@@ -108,8 +108,15 @@
|
||||
<div class="alert-meta">
|
||||
<div class="alert-triggers">
|
||||
<Icon
|
||||
v-if="alert.notify"
|
||||
v-tooltip="alert.notify ? 'Notify in traxxx' : undefined"
|
||||
v-if="alert.notify && alert.isFromPreset"
|
||||
v-tooltip="'Notify in traxxx, added as quick alert'"
|
||||
icon="bell-plus"
|
||||
class="trigger"
|
||||
/>
|
||||
|
||||
<Icon
|
||||
v-else-if="alert.notify"
|
||||
v-tooltip="'Notify in traxxx'"
|
||||
icon="bell2"
|
||||
class="trigger"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user