mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
minor issues
This commit is contained in:
@@ -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">
|
||||
×
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user