feat(dns): add db-backed DNS provider, domain, and record management with ops UI support
This commit is contained in:
@@ -60,7 +60,7 @@ export class OpsViewEmails extends DeesElement {
|
||||
|
||||
public render() {
|
||||
return html`
|
||||
<dees-heading level="hr">Email Log</dees-heading>
|
||||
<dees-heading level="3">Email Log</dees-heading>
|
||||
<div class="viewContainer">
|
||||
${this.currentView === 'detail' && this.selectedEmail
|
||||
? html`
|
||||
|
||||
Reference in New Issue
Block a user