Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
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
9b6a2730
authored
Dec 01, 2017
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard, network: add edit topology buttons, new layout for add interface buttons
parent
60b6d979
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
circle/dashboard/templates/dashboard/index-vxlans.html
+3
-0
circle/dashboard/templates/dashboard/vm-detail/network.html
+2
-0
circle/dashboard/templates/dashboard/vm-list.html
+3
-0
circle/network/templates/network/vxlan-list.html
+3
-0
No files found.
circle/dashboard/templates/dashboard/index-vxlans.html
View file @
9b6a2730
...
...
@@ -4,6 +4,9 @@
<span
class=
"btn btn-default btn-xs infobtn pull-right"
data-container=
"body"
title=
"{% trans "
List
of
virtual
networks
that
are
available
for
you
."
%}"
>
<i
class=
"fa fa-info-circle"
></i>
</span>
<a
href=
"{% url "
network
.
editor
"
%}"
class=
"btn btn-default btn-xs pull-right"
data-container=
"body"
title=
"{% trans "
Edit
network
topology
."
%}"
>
<i
class=
"fa fa-pencil-square-o"
></i>
Editor
</a>
<h3
class=
"no-margin"
><i
class=
"fa fa-globe"
></i>
{% trans "Virtual networks" %}
</h3>
</div>
...
...
circle/dashboard/templates/dashboard/vm-detail/network.html
View file @
9b6a2730
...
...
@@ -8,6 +8,8 @@
<i
class=
"fa fa-{{op.icon}}"
></i>
{% trans "add interface" %}
</a>
{% endif %}{% endwith %}
</div>
<br
/>
<br
/>
<div
id=
"vm-details-add-user-interface"
>
{% with op=op.add_user_interface %}{% if op %}
<a
href=
"{{op.get_url}}"
class=
"btn btn-{{op.effect}} operation pull-right"
...
...
circle/dashboard/templates/dashboard/vm-list.html
View file @
9b6a2730
...
...
@@ -15,6 +15,9 @@
<!--<i class="fa fa-refresh fa-spin fa-2x"></i>-->
</div>
<a
class=
"pull-right btn btn-success btn-xs vm-create"
href=
"{% url "
dashboard
.
views
.
vm-create
"
%}"
><i
class=
"fa fa-plus-circle"
></i>
{% trans "new virtual machine" %}
</a>
<a
href=
"{% url "
network
.
editor
"
%}"
class=
"btn btn-primary btn-xs pull-right"
data-container=
"body"
title=
"{% trans "
Edit
network
topology
."
%}"
>
<i
class=
"fa fa-pencil-square-o"
></i>
Edit topology
</a>
<h3
class=
"no-margin"
><i
class=
"fa fa-desktop"
></i>
{% trans "Virtual machines" %}
</h3>
</div>
<div
class=
"panel-body"
>
...
...
circle/network/templates/network/vxlan-list.html
View file @
9b6a2730
...
...
@@ -9,6 +9,9 @@
{% block content %}
<div
class=
"page-header"
>
<a
href=
"{% url "
network
.
vxlan-create
"
%}"
class=
"btn btn-success pull-right"
><i
class=
"fa fa-plus-circle"
></i>
{% trans "Create a new vxlan" %}
</a>
<a
href=
"{% url "
network
.
editor
"
%}"
class=
"btn btn-primary pull-right"
data-container=
"body"
title=
"{% trans "
Edit
network
topology
."
%}"
>
<i
class=
"fa fa-pencil-square-o"
></i>
Edit topology
</a>
<h1>
Vxlans
<small>
{% trans "list of all vxlans" %}
</small></h1>
</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