Commit e8e62da3 by Kálmán Viktor

dashboard: help text to vm access

parent 2d0e4a1f
...@@ -1221,3 +1221,8 @@ textarea[name="new_members"] { ...@@ -1221,3 +1221,8 @@ textarea[name="new_members"] {
padding: 25px; padding: 25px;
} }
} }
#vm-detail-access-help {
background: #f9f9f9;
margin-top: 20px;
}
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
<h3>{% trans "Permissions"|capfirst %}</h3> <h3>{% trans "Permissions"|capfirst %}</h3>
{% include "dashboard/_manage_access.html" with table_id="vm-access-table" %} {% include "dashboard/_manage_access.html" with table_id="vm-access-table" %}
<hr /> <dl class="well well-sm" id="vm-detail-access-help">
<dl>
<dt>{% trans "User" %}</dt> <dt>{% trans "User" %}</dt>
<dd> <dd>
{% trans "Grants access to the detail page so the users can connect to the virtual machine." %} {% trans "Grants access to the detail page so the users can connect to the virtual machine." %}
......
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