Skip to content

Commit 36d3b44

Browse files
committed
Show DNS errors on records tab of the DNS zone.
1 parent ab5b4ee commit 36d3b44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

interface/web/dns/templates/dns_records_edit.htm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<div class="panel panel_dns_soa">
22

3+
<tmpl_if name="config_error_msg">
4+
<div class="alert alert-danger">
5+
<p>
6+
<tmpl_var name="configuration_error_txt">
7+
<div>
8+
<div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} :&nbsp;</div>
9+
<div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
10+
</div>
11+
</p>
12+
</div>
13+
</tmpl_if>
14+
315
{tmpl_var name='dns_records'}
416

517
<div class="pnl_formsarea">

0 commit comments

Comments
 (0)