Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6a63b126
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: user details displayed
parent
c6ded23e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
one/templates/home.html
+17
-0
No files found.
one/templates/home.html
View file @
6a63b126
...
...
@@ -4,6 +4,23 @@
{% block content %}
<div
class=
"boxes"
>
{% include "box/vm/box.html" %}
<div
class=
"contentblock"
>
<h2>
{% trans "User details" %}
</h2>
<div
class=
"content"
>
<ul
style=
"list-style: none"
>
<li
style=
"padding: 5px"
>
{% trans "Public key" %}
<textarea
style=
"float: right"
>
{{userdetails.ssh_key.key}}
</textarea>
<div
class=
"clear"
></div>
</li>
<li
style=
"padding: 5px"
>
{% trans "Samba password" %}
<input
style=
"float: right"
class=
"hidden-password"
type=
"text"
data-value=
"{{userdetails.smb_password}}"
/>
<div
class=
"clear"
></div>
</li>
</ul>
</div>
</div>
{% if userdetails.share_quota %}
{% include "box/template/box.html" %}
...
...
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