mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-01 02:08:05 +02:00
Bug fixes.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div id="page-title">
|
||||
<h2>{% trans "Add/Modify DNS Zone" %}</h2>
|
||||
<h2>{% trans "Add/Modify DNS Zone" %} - <a target="_blank" href="http://go.cyberpanel.net/dns-records" style="height: 23px;line-height: 21px;" class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "DNS Docs" %}</span></a></h2>
|
||||
<p>{% trans "On this page you can add/modify dns records for domains whose dns zone is already created." %}</p>
|
||||
</div>
|
||||
<div ng-controller="addModifyDNSRecords" class="panel">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div id="page-title">
|
||||
<h2>{% trans "Create DNS Zone" %}</h2>
|
||||
<h2>{% trans "Create DNS Zone" %} - <a target="_blank" href="http://go.cyberpanel.net/dns-records" style="height: 23px;line-height: 21px;" class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "DNS Docs" %}</span></a></h2>
|
||||
<p>{% trans "This page is used to create DNS zone, to edit dns zone you can visit Modify DNS Zone Page." %}</p>
|
||||
</div>
|
||||
<div ng-controller="createDNSZone" class="panel">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div id="page-title">
|
||||
<h2>{% trans "Create Nameserver" %}</h2>
|
||||
<h2>{% trans "Create Nameserver" %} - <a target="_blank" href="http://go.cyberpanel.net/dns-records" style="height: 23px;line-height: 21px;" class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "DNS Docs" %}</span></a></h2>
|
||||
<p>{% trans "You can use this page to setup nameservers using which people on the internet can resolve websites hosted on this server." %}</p>
|
||||
</div>
|
||||
<div ng-controller="createNameserver" class="panel">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div id="page-title">
|
||||
<h2>{% trans "Delete DNS Zone" %}</h2>
|
||||
<h2>{% trans "Delete DNS Zone" %} - <a target="_blank" href="http://go.cyberpanel.net/dns-records" style="height: 23px;line-height: 21px;" class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "DNS Docs" %}</span></a></h2>
|
||||
<p>{% trans "This page can be used to delete DNS Zone. Deleting the DNS zone will remove all its related records as well." %}</p>
|
||||
</div>
|
||||
<div class="panel">
|
||||
|
||||
Reference in New Issue
Block a user