]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/PiHole.vue
Remove unused computed property
[github/bastienwirtz/homer.git] / src / components / services / PiHole.vue
index 47b1261d0164e59c54956492abd958ac6cc88ad6..10d5ece9e25327341e8a0df5cc70fbd750b1dd68 100644 (file)
@@ -50,12 +50,6 @@ export default {
     };
   },
   computed: {
-    percentage: function () {
-      if (this.status) {
-        return this.status.ads_percentage_today.toFixed(1);
-      }
-      return "";
-    },
     blocked: function () {
       if (this.status) {
         return this.status.dns_queries_today.toFixed(0);