mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
page header rearragements
This commit is contained in:
parent
f759dc6564
commit
5a3e0ad6f2
7 changed files with 8 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
{% block style %}
|
||||
<link rel="stylesheet" href="{% static "css/sortable-theme-bootstrap.css" %}" />
|
||||
{% endblock %}
|
||||
{% block page_heading %}{{ compute.name }}{% endblock page_heading %}
|
||||
{% block page_heading %}{{ compute.name }} - {% trans "Instances" %}{% endblock page_heading %}
|
||||
|
||||
{% block page_heading_extra %}
|
||||
<a href="{% url 'instances:create_instance_select_type' compute.id %}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue