Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Thom
ISPConfig 3
Commits
3d5186ff
Commit
3d5186ff
authored
Oct 24, 2020
by
Thom
🛠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show DNS config errors on records tab (#5860)
parent
2e4e4488
Pipeline
#6074
passed with stage
in 7 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
interface/web/dns/templates/dns_a_list.htm
interface/web/dns/templates/dns_a_list.htm
+11
-0
interface/web/dns/templates/dns_soa_edit.htm
interface/web/dns/templates/dns_soa_edit.htm
+0
-7
No files found.
interface/web/dns/templates/dns_a_list.htm
View file @
3d5186ff
<tmpl_if
name=
"config_error_msg"
>
<div
class=
"alert alert-danger"
>
<p>
<tmpl_var
name=
"configuration_error_txt"
>
<div>
<div
style=
"float:left;width:150px;"
>
{tmpl_var name='config_error_tstamp'} :
</div>
<div
style=
"padding-left:150px;"
>
{tmpl_var name='config_error_msg'}
</div>
</div>
</p>
</div>
</tmpl_if>
<div
class=
"pnl_toolsarea"
>
<tmpl_if
name=
'datalog_changes_count'
op=
'>'
value=
'0'
>
<div
class=
"systemmonitor-state state-info"
>
...
...
interface/web/dns/templates/dns_soa_edit.htm
View file @
3d5186ff
<tmpl_if
name=
"config_error_msg"
>
<!--<div style="background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px;">
<p style="font-face:bold">{tmpl_var name='configuration_error_txt'}</p>
<div>
<div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} : </div>
<div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
</div>
</div>-->
<div
class=
"alert alert-danger"
>
<p>
<tmpl_var
name=
"configuration_error_txt"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment