Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
e139bff7
authored
Apr 22, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add trans tag to the template create help message
parent
b05078d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
circle/dashboard/templates/dashboard/vm-detail.html
+10
-10
No files found.
circle/dashboard/templates/dashboard/vm-detail.html
View file @
e139bff7
...
...
@@ -12,20 +12,20 @@
<i
class=
"icon-play"
></i>
{% trans "Start template tutorial tour" %}
</a>
<ol>
<li>
Modify the vm to suit your needs
<strong>
(optional)
</strong>
<li>
{% trans "Modify the VM to suit your needs
<strong>
(optional)
</strong>
" %}
<ul>
<li>
Change the description
</li>
<li>
Change the resources it will need (CPU and RAM)
</li>
<li>
Attach or deattach disks
</li>
<li>
Add or remove network interfaces
</li>
<li>
{% trans "Change the name and description" %}
</li>
<li>
{% trans "Change the resources (CPU and RAM)" %}
</li>
<li>
{% trans "Attach or detach disks" %}
</li>
<li>
{% trans "Add or remove network interfaces" %}
</li>
</ul>
</li>
<li>
Deploy the vm
</li>
<li>
Connect to the machine
</li>
<li>
Do all the needed installation/customization
</li>
<li>
Log off
</li>
<li>
{% trans "Deploy the VM" %}
</li>
<li>
{% trans "Connect to the machine" %}
</li>
<li>
{% trans "Do all the needed installations/customizations" %}
</li>
<li>
{% trans "Log off from the machine" %}
</li>
<li>
Press the "Save as template" button
{% trans "Press the Save as template button" %}
<form
style=
"display: inline;"
class=
"vm-details-button-save-as pull-right"
method=
"POST"
action=
"{% url "
dashboard
.
views
.
detail
"
pk=
instance.pk
%}"
>
{% csrf_token %}
...
...
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