mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-17 18:09:22 +02:00
More UI improvements
This commit is contained in:
parent
c058add74b
commit
4d04f04e20
3 changed files with 56 additions and 63 deletions
|
@ -1117,6 +1117,8 @@ class SystemController extends Controller
|
|||
$dnssecData = ['error' => "No DNSSEC keys found for $zone using Knot DNS."];
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$dnssecData = ['error' => "Setup incomplete. Refer to manual."];
|
||||
}
|
||||
} else {
|
||||
$dnssecData = ['error' => "DNSSEC is not enabled for this TLD."];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue