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
Commit
ef4fa009
authored
Apr 14, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: show managed in select option
parent
4d42e3e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
circle/dashboard/templates/dashboard/vm-detail/network.html
+9
-2
No files found.
circle/dashboard/templates/dashboard/vm-detail/network.html
View file @
ef4fa009
...
@@ -126,9 +126,16 @@
...
@@ -126,9 +126,16 @@
<form
method=
"POST"
action=
""
>
<form
method=
"POST"
action=
""
>
{% csrf_token %}
{% csrf_token %}
<div
class=
"input-group"
style=
"max-width: 330px;"
>
<div
class=
"input-group"
style=
"max-width: 330px;"
>
<select
name=
"new_network_vlan"
class=
"form-control"
>
<select
name=
"new_network_vlan"
class=
"form-control
font-awesome-font
"
>
{% for v in vlans %}
{% for v in vlans %}
<option
value=
"{{ v.pk }}"
>
{{ v.name }}
</option>
<option
value=
"{{ v.pk }}"
>
{% if v.managed %}

{% else %}

{% endif %}
{{ v.name }}
</option>
{% empty %}
{% empty %}
<option
value=
"-1"
>
No more networks!
</option>
<option
value=
"-1"
>
No more networks!
</option>
{% endfor %}
{% endfor %}
...
...
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