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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
cfb90704
authored
Oct 31, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix indentation
parent
15739763
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
19 deletions
+19
-19
circle/dashboard/templates/dashboard/confirm/transfer-instance-ownership.html
+6
-6
circle/dashboard/templates/dashboard/confirm/transfer-template-ownership.html
+6
-6
circle/dashboard/templates/dashboard/template-tx-owner.html
+7
-7
No files found.
circle/dashboard/templates/dashboard/confirm/transfer-instance-ownership.html
View file @
cfb90704
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<div
class=
"panel-heading"
>
<h3
class=
"no-margin"
>
<h3
class=
"no-margin"
>
{% trans "Ownership transfer" %}
{% trans "Ownership transfer" %}
</h3>
</h3>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
{% blocktrans with owner=instance.owner name=instance.name id=instance.id%}
{% blocktrans with owner=instance.owner name=instance.name id=instance.id%}
<strong>
{{ owner }}
</strong>
offered to take the ownership of
<strong>
{{ owner }}
</strong>
offered to take the ownership of
virtual machine
<strong>
{{name}} ({{id}})
</strong>
.
virtual machine
<strong>
{{name}} ({{id}})
</strong>
.
Do you accept the responsility of being the host's owner?
Do you accept the responsility of being the host's owner?
{% endblocktrans %}
{% endblocktrans %}
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
<form
action=
""
method=
"POST"
>
<form
action=
""
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
...
...
circle/dashboard/templates/dashboard/confirm/transfer-template-ownership.html
View file @
cfb90704
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<div
class=
"panel-heading"
>
<h3
class=
"no-margin"
>
<h3
class=
"no-margin"
>
{% trans "Ownership transfer" %}
{% trans "Ownership transfer" %}
</h3>
</h3>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
{% blocktrans with owner=instance.owner name=instance.name id=instance.id%}
{% blocktrans with owner=instance.owner name=instance.name id=instance.id%}
<strong>
{{ owner }}
</strong>
offered to take the ownership of
<strong>
{{ owner }}
</strong>
offered to take the ownership of
template
<strong>
{{name}} ({{id}})
</strong>
.
template
<strong>
{{name}} ({{id}})
</strong>
.
Do you accept the responsility of being the template's owner?
Do you accept the responsility of being the template's owner?
{% endblocktrans %}
{% endblocktrans %}
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
<form
action=
""
method=
"POST"
>
<form
action=
""
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
...
...
circle/dashboard/templates/dashboard/template-tx-owner.html
View file @
cfb90704
{% load i18n %}
{% load i18n %}
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
<form
action=
"{% url "
dashboard
.
views
.
template-transfer-ownership
"
pk=
object.pk
%}"
method=
"POST"
style=
"max-width: 400px;"
>
<form
action=
"{% url "
dashboard
.
views
.
template-transfer-ownership
"
pk=
object.pk
%}"
method=
"POST"
style=
"max-width: 400px;"
>
{% csrf_token %}
{% csrf_token %}
<label>
<label>
{{ form.name.label }}
{{ form.name.label }}
</label>
</label>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
{{form.name}}
{{form.name}}
<div
class=
"input-group-btn"
>
<div
class=
"input-group-btn"
>
<input
type=
"submit"
value=
"{% trans "
Save
"
%}"
class=
"btn btn-primary"
>
<input
type=
"submit"
value=
"{% trans "
Save
"
%}"
class=
"btn btn-primary"
>
</div>
</div>
</div>
</div>
</form>
</form>
</div>
</div>
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