mirror of https://github.com/bastienwirtz/homer
Remove unused computed property
parent
c5eab80d76
commit
273a268ac4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue