File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/dns/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5757 < tbody >
5858 < tmpl _loop name ="records ">
5959 < tr >
60- < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name ="dnssec_initialized " op ="== " value ="Y "> < i class ="fa fa-key " aria-hidden ="true "> </ i > </ tmpl _if> </ td >
60+ < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name ="dnssec_wanted " op ="== " value ="Y "> < tmpl _if name =" dnssec_initialized " op =" == " value =" Y " > < i class ="fa fa-key " aria-hidden ="true "> </ i > </ tmpl _if > </ tmpl _if> </ td >
6161 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="sys_groupid"}</ a > </ td >
6262 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6363 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='origin'} "> {tmpl_var name="origin"}</ a > </ td >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5555 < tbody >
5656 < tmpl _loop name ="records ">
5757 < tr >
58- < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name ="dnssec_initialized " op ="== " value ="Y "> < i class ="fa fa-key " aria-hidden ="true "> </ i > </ tmpl _if> </ td >
58+ < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name ="dnssec_wanted " op ="== " value ="Y "> < tmpl _if name =" dnssec_initialized " op =" == " value =" Y " > < i class ="fa fa-key " aria-hidden ="true "> </ i > </ tmpl _if > </ tmpl _if> </ td >
5959 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6060 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='origin'} "> {tmpl_var name="origin"}</ a > </ td >
6161 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='ns'} "> {tmpl_var name="ns"}</ a > </ td >
You can’t perform that action at this time.
0 commit comments