add dkim keys to dns records during fetch

This commit is contained in:
Usman Nasir
2020-05-10 02:20:10 +05:00
parent 157da73ae2
commit b82360f01b
4 changed files with 22 additions and 16 deletions

View File

@@ -7,15 +7,13 @@
{% get_current_language as LANGUAGE_CODE %}
<!-- Current language: {{ LANGUAGE_CODE }} -->
<div class="container">
<div id="page-title">
<h2>{% trans "Terminal" %} - <a target="_blank" href="https://cyberpanel.net/docs/web-terminal/"
style="height: 23px;line-height: 21px;"
class="btn btn-border btn-alt border-red btn-link font-red" title=""><span>{% trans "Web Terminal Docs" %}</span></a></h2>
style="height: 23px;line-height: 21px;"
class="btn btn-border btn-alt border-red btn-link font-red"
title=""><span>{% trans "Web Terminal Docs" %}</span></a></h2>
<p>{% trans "Execute your terminal commands." %}</p>
</div>
@@ -50,5 +48,4 @@
</div>
{% endblock %}