magento installer

This commit is contained in:
Usman Nasir
2019-11-07 09:37:06 +05:00
parent c3e3fa047b
commit 40ee12615c
10 changed files with 679 additions and 28 deletions

View File

@@ -26,7 +26,10 @@
<h3 class="content-box-header">
{% trans "Resource Usage" %}
<a style="float: right; margin-left: 2%" class="btn btn-border btn-alt border-azure btn-link font-azure" href="/websites/{{ domain }}/{{ childDomain }}/syncToMaster" title=""><span>{% trans "Copy/Sync to Master" %}</span></a>
<a style="float: right; margin-left: 2%"
class="btn btn-border btn-alt border-azure btn-link font-azure"
href="/websites/{{ domain }}/{{ childDomain }}/syncToMaster"
title=""><span>{% trans "Copy/Sync to Master" %}</span></a>
</h3>
<div class="">
@@ -716,6 +719,18 @@
</div>
<div class="col-md-3 panel-body">
<a href="{$ installMagentoURL $}" target="_blank"
title="{% trans 'Install Magento' %}">
<img src="{% static 'images/icons/magento.png' %}" width="65" class="mr-10">
</a>
<a href="{$ installMagentoURL $}" target="_blank"
title="{% trans 'Install Magento' %}">
<span class="h4">{% trans "Magento" %}</span>
</a>
</div>
</div>
</div>