Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9915ef55
authored
Mar 18, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
request: add help texts
parent
94a5b5e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
circle/dashboard/templates/dashboard/_vm-create-1.html
+11
-1
circle/request/templates/request/template-type-form.html
+1
-1
circle/request/templates/request/type-list.html
+1
-1
No files found.
circle/dashboard/templates/dashboard/_vm-create-1.html
View file @
9915ef55
...
...
@@ -79,7 +79,7 @@
</div>
</div>
{% empty %}
{% if
template_access_types
<
1
%}
{% if
not template_access_types
%}
{% trans "You can't start new virtual machines because no templates are shared with you." %}
{% else %}
{% trans "You can't start new virtual machines because no templates are shared with you however you can request them via the form below." %}
...
...
@@ -89,6 +89,16 @@
{% endfor %}
</div>
{% if templates and template_access_types %}
{% url "request.views.request-template" as request_url %}
<hr
/>
<p
class=
"text-right"
>
{% blocktrans with url=request_url %}
Need other templates? Submit a new
<a
href=
"{{ url }}"
>
request
</a>
.
{% endblocktrans %}
</p>
{% endif %}
<style>
.progress
{
position
:
relative
;
...
...
circle/request/templates/request/template-type-form.html
View file @
9915ef55
...
...
@@ -18,7 +18,7 @@
{% trans "Back" %}
</a>
<h3
class=
"no-margin"
>
<i
class=
"fa fa-
clock-o
"
></i>
<i
class=
"fa fa-
puzzle-piece
"
></i>
{% if form.instance.pk %}
{{ form.instance.name }}
{% else %}
...
...
circle/request/templates/request/type-list.html
View file @
9915ef55
...
...
@@ -21,7 +21,7 @@
{% trans "new template access type" %}
</a>
</div>
<h3
class=
"no-margin"
><i
class=
"fa fa-
group"
></i>
{% trans "Request
s" %}
</h3>
<h3
class=
"no-margin"
><i
class=
"fa fa-
phone"
></i>
{% trans "Request type
s" %}
</h3>
</div>
<div
class=
"panel-body"
>
<div
id=
"table_container"
>
...
...
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