Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e8e62da3
authored
Feb 20, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: help text to vm access
parent
2d0e4a1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
circle/dashboard/static/dashboard/dashboard.less
+5
-0
circle/dashboard/templates/dashboard/vm-detail/access.html
+1
-3
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
e8e62da3
...
...
@@ -1221,3 +1221,8 @@ textarea[name="new_members"] {
padding: 25px;
}
}
#vm-detail-access-help {
background: #f9f9f9;
margin-top: 20px;
}
circle/dashboard/templates/dashboard/vm-detail/access.html
View file @
e8e62da3
...
...
@@ -19,9 +19,7 @@
<h3>
{% trans "Permissions"|capfirst %}
</h3>
{% include "dashboard/_manage_access.html" with table_id="vm-access-table" %}
<hr
/>
<dl>
<dl
class=
"well well-sm"
id=
"vm-detail-access-help"
>
<dt>
{% trans "User" %}
</dt>
<dd>
{% trans "Grants access to the detail page so the users can connect to the virtual machine." %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment