mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
[editor] Mark fully disabled rules in list
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
13ecfd7204
commit
7e2f0ab020
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@
|
|||
|
||||
<template #cell(_description)="data">
|
||||
<template v-if="data.item.description">{{ data.item.description }}<br></template>
|
||||
<b-badge class="mt-1 mr-1" variant="danger" v-if="data.item.disable">Disabled</b-badge>
|
||||
<b-badge
|
||||
class="mt-1 mr-1"
|
||||
v-for="badge in formatRuleActions(data.item)"
|
||||
|
|
Loading…
Reference in a new issue