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
74467caa
authored
7 years ago
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: add Vxlan to network dashboard and fix short descriptions
parent
cb8cfadc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
+23
-8
circle/network/templates/network/dashboard.html
+23
-8
No files found.
circle/network/templates/network/dashboard.html
View file @
74467caa
...
...
@@ -29,7 +29,22 @@
</div>
{% trans "Vlans" %}
<div>
<small>
{% trans "Hosts are machines on the network" %}
</small>
<small>
{% trans "802.1Q virtual networks" %}
</small>
</div>
</h3>
<h3>
<div
class=
"pull-right"
>
<a
href=
"{% url "
network
.
vxlan-list
"
%}"
class=
"btn btn-xs btn-default"
>
<i
class=
"fa fa-list"
></i>
{% trans "list" %}
</a>
<a
href=
"{% url "
network
.
vxlan-create
"
%}"
class=
"btn btn-xs btn-success"
>
<i
class=
"fa fa-plus-circle"
></i>
{% trans "new" %}
</a>
</div>
{% trans "Vxlans" %}
<div>
<small>
{% trans "VXLAN virtual networks" %}
</small>
</div>
</h3>
...
...
@@ -44,7 +59,7 @@
</div>
{% trans "Domains" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
Domain names
" %}
</small>
</div>
</h3>
...
...
@@ -59,7 +74,7 @@
</div>
{% trans "Records" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
DNS records
" %}
</small>
</div>
</h3>
...
...
@@ -74,7 +89,7 @@
</div>
{% trans "Blacklist items" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
List of denied IPs and exceptions
" %}
</small>
</div>
</h3>
...
...
@@ -89,7 +104,7 @@
</div>
{% trans "Rules" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
Firewall rules
" %}
</small>
</div>
</h3>
...
...
@@ -104,7 +119,7 @@
</div>
{% trans "Switch ports" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
Switch ports
" %}
</small>
</div>
</h3>
...
...
@@ -119,7 +134,7 @@
</div>
{% trans "Vlan groups" %}
<div>
<small>
{% trans "
Hosts are machines on the network
" %}
</small>
<small>
{% trans "
Groups of 802.1Q virtual networks
" %}
</small>
</div>
</h3>
...
...
@@ -134,7 +149,7 @@
</div>
{% trans "Host groups" %}
<div>
<small>
{% trans "
H
osts are machines on the network" %}
</small>
<small>
{% trans "
Groups of h
osts are machines on the network" %}
</small>
</div>
</h3>
</div>
...
...
This diff is collapsed.
Click to expand it.
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