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:
Michael Kaufmann
2022-05-15 11:45:50 +02:00
parent ed7faae947
commit dd896659ae
6 changed files with 55 additions and 4 deletions

View File

@@ -63,7 +63,8 @@ return [
'dns_content' => [
'label' => 'Content',
'type' => 'text',
'value' => $content
'value' => $content,
'note' => lng('dnseditor.notes.A')
],
'dns_ttl' => [
'label' => 'TTL',