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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
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 @@
...
@@ -79,7 +79,7 @@
</div>
</div>
</div>
</div>
{% empty %}
{% 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." %}
{% trans "You can't start new virtual machines because no templates are shared with you." %}
{% else %}
{% 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." %}
{% 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 @@
...
@@ -89,6 +89,16 @@
{% endfor %}
{% endfor %}
</div>
</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>
<style>
.progress
{
.progress
{
position
:
relative
;
position
:
relative
;
...
...
circle/request/templates/request/template-type-form.html
View file @
9915ef55
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{% trans "Back" %}
{% trans "Back" %}
</a>
</a>
<h3
class=
"no-margin"
>
<h3
class=
"no-margin"
>
<i
class=
"fa fa-
clock-o
"
></i>
<i
class=
"fa fa-
puzzle-piece
"
></i>
{% if form.instance.pk %}
{% if form.instance.pk %}
{{ form.instance.name }}
{{ form.instance.name }}
{% else %}
{% else %}
...
...
circle/request/templates/request/type-list.html
View file @
9915ef55
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
{% trans "new template access type" %}
{% trans "new template access type" %}
</a>
</a>
</div>
</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>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<div
id=
"table_container"
>
<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