mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-16 05:09:50 +01:00
Remove unused computed property
This commit is contained in:
@@ -50,12 +50,6 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
percentage: function () {
|
|
||||||
if (this.status) {
|
|
||||||
return this.status.ads_percentage_today.toFixed(1);
|
|
||||||
}
|
|
||||||
return "";
|
|
||||||
},
|
|
||||||
blocked: function () {
|
blocked: function () {
|
||||||
if (this.status) {
|
if (this.status) {
|
||||||
return this.status.dns_queries_today.toFixed(0);
|
return this.status.dns_queries_today.toFixed(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user