feat(dns): add db-backed DNS provider, domain, and record management with ops UI support

This commit is contained in:
2026-04-08 11:08:18 +00:00
parent e77fe9451e
commit 21c80e173d
57 changed files with 3753 additions and 65 deletions

View File

@@ -96,7 +96,7 @@ export class OpsViewSecurityAuthentication extends DeesElement {
}));
return html`
<dees-heading level="hr">Authentication</dees-heading>
<dees-heading level="3">Authentication</dees-heading>
<dees-statsgrid
.tiles=${tiles}

View File

@@ -69,7 +69,7 @@ export class OpsViewSecurityBlocked extends DeesElement {
];
return html`
<dees-heading level="hr">Blocked IPs</dees-heading>
<dees-heading level="3">Blocked IPs</dees-heading>
<dees-statsgrid
.tiles=${tiles}

View File

@@ -118,7 +118,7 @@ export class OpsViewSecurityOverview extends DeesElement {
];
return html`
<dees-heading level="hr">Overview</dees-heading>
<dees-heading level="3">Overview</dees-heading>
<dees-statsgrid
.tiles=${tiles}