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
Commit
ef80e5eb
authored
Feb 15, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: vm-creation allowed only on the home page
parent
2a68ca5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
one/templates/box/vm/box.html
+3
-1
No files found.
one/templates/box/vm/box.html
View file @
ef80e5eb
...
...
@@ -13,7 +13,7 @@
{% for vm in instances %}
{% include "box/vm/entry.html" %}
{% endfor %}
{% el
se
%}
{% el
if not just_list_vms
%}
<div
class=
"tooltip"
>
<div
class=
"container"
>
<p>
{% trans "You have not started any machines yet." %}
</p>
...
...
@@ -24,6 +24,7 @@
</div>
</div>
{% endif %}
{% if not just_list_vms %}
<li
id=
"new-vm-button"
class=
"entry new small-row"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{% trans "Start new machine" %}
</div>
...
...
@@ -102,6 +103,7 @@
</ul>
</div>
</li>
{% endif %}
<li
class=
"entry small"
>
<div
class=
"summary"
>
<div
class=
"quota"
>
...
...
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