dynamically load dns-record help-text for selected dns-type; fixes #719
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -63,7 +63,8 @@ return [
|
||||
'dns_content' => [
|
||||
'label' => 'Content',
|
||||
'type' => 'text',
|
||||
'value' => $content
|
||||
'value' => $content,
|
||||
'note' => lng('dnseditor.notes.A')
|
||||
],
|
||||
'dns_ttl' => [
|
||||
'label' => 'TTL',
|
||||
|
||||
Reference in New Issue
Block a user