minor issues

This commit is contained in:
usmannasir
2023-12-29 14:38:04 +05:00
parent 8c2a2f5de5
commit c04bfd87b8
2 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
<div id="page-title">
<h2 id="domainNamePage">{% trans "List Docker Site" %}
<a class="pull-right btn btn-primary"
href="{% url "CreateDockersite" %}">{% trans "Create Docker Site" %}</a>
href="{% url "CreateDockersite" %}">{% trans "Create Docker App" %}</a>
</h2>
<img ng-hide="cyberPanelLoading" src="{% static 'images/loading.gif' %}">
<p>{% trans "On this page you can launch, list, modify and delete Dockersite from your server." %}</p>
@@ -128,13 +128,13 @@
<button type="button" class="close" data-dismiss="modal">
&times;
</button>
<h4 class="modal-title">Delete Package
<h4 class="modal-title">Deleting Docker App
</h4>
</div>
<div class="modal-body">
<h4> Are you sure to delete the Docker Site?</h4>
<h4> Are you sure?</h4>
</div>
<div class="modal-footer">