Better UI for DNS

This commit is contained in:
2024-08-11 22:57:18 -04:00
parent cb87f22d98
commit e86de04a69
10 changed files with 210 additions and 56 deletions
+3 -1
View File
@@ -135,7 +135,9 @@ class DnsProvider extends Table{
toJSON(){
return {
...super.toJSON(),
domains: this.domains,
displayName: this.provider.constructor.displayName,
displayIconHtml: this.provider.constructor.displayIconHtml,
displayIconUni: this.provider.constructor.displayIconUni,
};
}
}