mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
show and test dns
This commit is contained in:
@@ -44,6 +44,20 @@ import {
|
||||
>
|
||||
Change default ACME
|
||||
</button>
|
||||
<button
|
||||
tuiOption
|
||||
iconStart="@tui.shield"
|
||||
(click)="onShowDns.emit(domain())"
|
||||
>
|
||||
Show DNS
|
||||
</button>
|
||||
<button
|
||||
tuiOption
|
||||
iconStart="@tui.shield"
|
||||
(click)="onTestDns.emit(domain())"
|
||||
>
|
||||
Test DNS
|
||||
</button>
|
||||
<button
|
||||
tuiOption
|
||||
appearance="negative"
|
||||
@@ -88,6 +102,8 @@ export class DomainsItemComponent {
|
||||
|
||||
onGateway = output<any>()
|
||||
onAcme = output<any>()
|
||||
onShowDns = output<any>()
|
||||
onTestDns = output<any>()
|
||||
onRemove = output<any>()
|
||||
|
||||
open = false
|
||||
|
||||
Reference in New Issue
Block a user