diff options
author | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-09-14 22:44:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 22:44:42 +0200 |
commit | b63add2f9573ba62db76972274fbb30ef4577610 (patch) | |
tree | f821b0b9e8d39ca2eba49af8efabed8784c4e245 /src/components/services/AdGuardHome.vue | |
parent | 4eeed6596bc79d340d8b3e4dd7d0efa5aa358efc (diff) | |
download | homer-b63add2f9573ba62db76972274fbb30ef4577610.tar.gz homer-b63add2f9573ba62db76972274fbb30ef4577610.tar.zst homer-b63add2f9573ba62db76972274fbb30ef4577610.zip |
Status visibility no longer depending on subtitle
Diffstat (limited to 'src/components/services/AdGuardHome.vue')
-rw-r--r-- | src/components/services/AdGuardHome.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/AdGuardHome.vue b/src/components/services/AdGuardHome.vue index 9aeaf39..61d4bed 100644 --- a/src/components/services/AdGuardHome.vue +++ b/src/components/services/AdGuardHome.vue | |||
@@ -25,7 +25,7 @@ | |||
25 | </template> | 25 | </template> |
26 | </p> | 26 | </p> |
27 | </div> | 27 | </div> |
28 | <div v-if="!item.subtitle" class="status" :class="protection"> | 28 | <div class="status" :class="protection"> |
29 | {{ protection }} | 29 | {{ protection }} |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |