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
c17729d8
authored
Jul 15, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: update menu bar
* Add vlan link * Fix host link * Fix index link
parent
91d35ea6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
network/templates/network/base.html
+1
-1
network/templates/network/menu.html
+4
-2
No files found.
network/templates/network/base.html
View file @
c17729d8
...
...
@@ -28,7 +28,7 @@
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"
#
"
>
CIRCLE Network
</a>
<a
class=
"brand"
href=
"
{% url network.index %}
"
>
CIRCLE Network
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
{% include "network/menu.html" %}
...
...
network/templates/network/menu.html
View file @
c17729d8
{% load i18n %}
{% load l10n %}
{% url network.index as u %}
{% include "network/menu-item.html" with href=u text="Firewall rules" %}
{% url network.host_list as u %}
{% include "network/menu-item.html" with href=u text="Hosts" %}
{% url network.vlan_list as u %}
{% include "network/menu-item.html" with href=u text="Vlans" %}
{#
<li><a
href=
"/vlans/"
>
{% trans "Vlans" %}
</a></li>
#}
...
...
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