convert sub to sub + addon domain

This commit is contained in:
usmannasir
2024-01-19 15:18:33 +05:00
parent 238b07448a
commit c031edaf6b
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Child Domains - CyberPanel" %}{% endblock %}
{% block title %}{% trans "Sub/Addon Domains - CyberPanel" %}{% endblock %}
{% block content %}
{% load static %}
@@ -18,7 +18,7 @@
<div id="page-title">
<h2 id="domainNamePage">{% trans "List Child Domains" %}</h2> <img ng-hide="cyberPanelLoading"
src="{% static 'images/loading.gif' %}">
<p>{% trans "On this page you can launch, list, modify and delete child domains from your server." %}</p>
<p>{% trans "On this page you can launch, list, modify and delete Sub/Addon domains from your server." %}</p>
</div>
<div class="col-sm-10" style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888; margin-bottom: 2%">
@@ -74,7 +74,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;
</button>
<h4 class="modal-title">Delete Child Domain
<h4 class="modal-title">Delete Sub/Addon Domain
<img ng-hide="$parent.cyberPanelLoading"
src="/static/images/loading.gif"
style="display: none;">
@@ -144,7 +144,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;
</button>
<h4 class="modal-title">Convert Child Domain to normal Website
<h4 class="modal-title">Convert Sub/Addon Domain to normal Website
<img ng-hide="$parent.cyberPanelLoading"
src="/static/images/loading.gif"
style="display: none;">