[editor] Mark fully disabled rules in list

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-09-22 17:04:43 +02:00
parent 13ecfd7204
commit 7e2f0ab020
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -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)"