Commit 4c1b0628 by Kálmán Viktor

dashboard: add help text to use new vm button

parent 211e28fe
......@@ -1247,3 +1247,11 @@ textarea[name="new_members"] {
.pagination {
width: 100%;
}
#empty-vm-help {
position: absolute;
bottom: 70px;
right: 45px;
z-index: 99999;
color: #101010;
}
......@@ -49,6 +49,10 @@
<div class="list-group-item list-group-item-last">
{% trans "You have no virtual machines." %}
</div>
<div id="empty-vm-help">
{% trans "Use the <strong>new</strong> button to start a new VM" %}
<i class="fa fa-arrow-down"></i>
</div>
{% endfor %}
</div>
<div class="list-group-item list-group-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment