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
123418f8
authored
Jun 10, 2014
by
Guba Sándor
Committed by
Őry Máté
Jun 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resources: download and create icon
parent
66b36b66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
circle/dashboard/templates/dashboard/vm-detail/resources.html
+8
-4
No files found.
circle/dashboard/templates/dashboard/vm-detail/resources.html
View file @
123418f8
...
@@ -47,14 +47,18 @@
...
@@ -47,14 +47,18 @@
<h3>
<h3>
{% trans "Disks" %}
{% trans "Disks" %}
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
{% if op.download_disk %}
<a
href=
"{{op.download_disk.get_url}}"
class=
"btn btn-success btn-xs
<a
href=
"{{op.download_disk.get_url}}"
class=
"btn btn-success btn-xs
operation operation-{{op.download_disk.op}} btn btn-default
operation operation-{{op.download_disk.op}} btn btn-default
"
>
btn-xs"
>
<i
class=
"icon-{{op.download_disk.icon}}"
></i>
<i
class=
"icon-{{op.download_disk.icon}}"
></i>
{{op.download_disk.name}}
</a>
{{op.download_disk.name}}
</a>
{% endif %}
{% if op.create_disk %}
<a
href=
"{{op.create_disk.get_url}}"
class=
"btn btn-success btn-xs
<a
href=
"{{op.create_disk.get_url}}"
class=
"btn btn-success btn-xs
operation operation-{{op.create_disk.op}} btn btn-default
operation operation-{{op.create_disk.op}} btn btn-default
"
>
btn-xs"
>
<i
class=
"icon-{{op.create_disk.icon}}"
></i>
<i
class=
"icon-{{op.create_disk.icon}}"
></i>
{{op.create_disk.name}}
</a>
{{op.create_disk.name}}
</a>
{% endif %}
</div>
</div>
</h3>
</h3>
...
...
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