diff options
Diffstat (limited to 'src/components/services')
-rw-r--r-- | src/components/services/PiHole.vue | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/services/PiHole.vue b/src/components/services/PiHole.vue index 47b1261..10d5ece 100644 --- a/src/components/services/PiHole.vue +++ b/src/components/services/PiHole.vue | |||
@@ -50,12 +50,6 @@ export default { | |||
50 | }; | 50 | }; |
51 | }, | 51 | }, |
52 | computed: { | 52 | computed: { |
53 | percentage: function () { | ||
54 | if (this.status) { | ||
55 | return this.status.ads_percentage_today.toFixed(1); | ||
56 | } | ||
57 | return ""; | ||
58 | }, | ||
59 | blocked: function () { | 53 | blocked: function () { |
60 | if (this.status) { | 54 | if (this.status) { |
61 | return this.status.dns_queries_today.toFixed(0); | 55 | return this.status.dns_queries_today.toFixed(0); |