Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9fb467a7
authored
Mar 03, 2018
by
Szabolcs Gelencser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix vxlanedit html
parent
fda9c192
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
.idea/workspace.xml
+0
-0
circle/network/templates/network/vxlan-create.html
+1
-1
circle/network/templates/network/vxlan-edit.html
+0
-1
No files found.
.idea/workspace.xml
View file @
9fb467a7
This diff is collapsed.
Click to expand it.
circle/network/templates/network/vxlan-create.html
View file @
9fb467a7
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<form
method=
"POST"
"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ form.name|as_crispy_field }}
{{ form.name|as_crispy_field }}
<button
class=
"btn btn-success pull-right text-right"
type=
"submit"
>
<button
class=
"btn btn-success pull-right text-right"
type=
"submit"
>
...
...
circle/network/templates/network/vxlan-edit.html
View file @
9fb467a7
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h3>
{% trans "Connected virtual machines" %}
</h3>
<h3>
{% trans "Connected virtual machines" %}
</h3>
</div>
</div>
{# {% render_table vm_list %}#}
</div>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
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