X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain%2Fdns.html;h=6380db7b2ac79f398a3fb47b24ed92a55cb085bf;hp=a73a27e57425719354e6eb820eb9dac6c0246714;hb=d583a5d3c0647488bac7b7a33d319fd1a85c05b3;hpb=0afabbd646c01ed4c88826edc9d290698b220418 diff --git a/httemplate/view/svc_domain/dns.html b/httemplate/view/svc_domain/dns.html index a73a27e57..6380db7b2 100644 --- a/httemplate/view/svc_domain/dns.html +++ b/httemplate/view/svc_domain/dns.html @@ -26,6 +26,7 @@ Zone Type Data + TTL % foreach my $domain_record ( @records ) { @@ -37,7 +38,9 @@ <% $domain_record->reczone %> <% $type %> - <% $domain_record->recdata %> + <% $domain_record->recdata %> + <% $domain_record->ttl %> + % unless ( $domain_record->rectype eq 'SOA' % || ! $FS::CurrentUser::CurrentUser->access_right('Edit domain nameservice') @@ -80,6 +83,7 @@ % } +