links added to the boxes
This commit is contained in:
parent
23bf602a16
commit
9be42f3fd4
1 changed files with 4 additions and 4 deletions
|
@ -8,25 +8,25 @@
|
||||||
<h1 class="dashboard-title-thin">{% trans "My Dashboard" %}</h1>
|
<h1 class="dashboard-title-thin">{% trans "My Dashboard" %}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="hosting-dashboard-content">
|
<div class="hosting-dashboard-content">
|
||||||
<a href="" class="hosting-dashboard-item">
|
<a href="{% url 'hosting:create_virtual_machine' %}" class="hosting-dashboard-item">
|
||||||
<h2>{% trans "Create VM" %}</h2>
|
<h2>{% trans "Create VM" %}</h2>
|
||||||
<div class="hosting-dashboard-image">
|
<div class="hosting-dashboard-image">
|
||||||
<img class="svg-img" src="{% static 'hosting/img/plusVM.svg' %}">
|
<img class="svg-img" src="{% static 'hosting/img/plusVM.svg' %}">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="" class="hosting-dashboard-item">
|
<a href="{% url 'hosting:virtual_machines' %}" class="hosting-dashboard-item">
|
||||||
<h2>{% trans "My VMs" %}</h2>
|
<h2>{% trans "My VMs" %}</h2>
|
||||||
<div class="hosting-dashboard-image">
|
<div class="hosting-dashboard-image">
|
||||||
<img class="svg-img" src="{% static 'hosting/img/vm.svg' %}">
|
<img class="svg-img" src="{% static 'hosting/img/vm.svg' %}">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="" class="hosting-dashboard-item">
|
<a href="{% url 'hosting:ssh_keys' %}" class="hosting-dashboard-item">
|
||||||
<h2>{% trans "My SSH Keys" %}</h2>
|
<h2>{% trans "My SSH Keys" %}</h2>
|
||||||
<div class="hosting-dashboard-image">
|
<div class="hosting-dashboard-image">
|
||||||
<img class="svg-img" src="{% static 'hosting/img/key.svg' %}">
|
<img class="svg-img" src="{% static 'hosting/img/key.svg' %}">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="" class="hosting-dashboard-item">
|
<a href="{% url 'hosting:orders' %}" class="hosting-dashboard-item">
|
||||||
<h2>{% trans "My Bills" %}</h2>
|
<h2>{% trans "My Bills" %}</h2>
|
||||||
<div class="hosting-dashboard-image">
|
<div class="hosting-dashboard-image">
|
||||||
<img class="svg-img" src="{% static 'hosting/img/billing.svg' %}">
|
<img class="svg-img" src="{% static 'hosting/img/billing.svg' %}">
|
||||||
|
|
Loading…
Reference in a new issue