mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
show and test dns
This commit is contained in:
@@ -44,6 +44,20 @@ import {
|
|||||||
>
|
>
|
||||||
Change default ACME
|
Change default ACME
|
||||||
</button>
|
</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
|
<button
|
||||||
tuiOption
|
tuiOption
|
||||||
appearance="negative"
|
appearance="negative"
|
||||||
@@ -88,6 +102,8 @@ export class DomainsItemComponent {
|
|||||||
|
|
||||||
onGateway = output<any>()
|
onGateway = output<any>()
|
||||||
onAcme = output<any>()
|
onAcme = output<any>()
|
||||||
|
onShowDns = output<any>()
|
||||||
|
onTestDns = output<any>()
|
||||||
onRemove = output<any>()
|
onRemove = output<any>()
|
||||||
|
|
||||||
open = false
|
open = false
|
||||||
|
|||||||
Reference in New Issue
Block a user