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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
2e3367c9
authored
Jan 30, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: issue
#36
parent
2a333e50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
circle/network/templates/network/columns/host-rule.html
+20
-3
No files found.
circle/network/templates/network/columns/host-rule.html
View file @
2e3367c9
...
...
@@ -2,10 +2,27 @@
{% load l10n %}
{#
<span
style=
"color: #FF0000;"
>
[{{ record.r_type }}]
</span>
#}
{% if record.direction == "1" %}{{ record.foreign_network }}{% else %}{{ record.r_type }}{% endif %}
{#
<span
style=
"color: #0000FF;"
>
▸
</span>
#}
{% if record.direction == "1" %}
{{ record.foreign_network }}
{% else %}
{% if record.r_type == "host" %}
{{ record.host.get_fqdn }}
{% else %}
{{ record.r_type }}
{% endif %}
{% endif %}
{#
<span
style=
"color: #0000FF;"
>
▸
</span>
#}
<i
class=
"icon-arrow-right"
></i>
{% if record.direction == "0" %}{{ record.foreign_network }}{% else %}{{ record.r_type }}{% endif %}
{% if record.direction == "0" %}
{{ record.foreign_network }}
{% else %}
{% if record.r_type == "host" %}
{{ record.host.get_fqdn }}
{% else %}
{{ record.r_type }}
{% endif %}
{% endif %}
{% if record.accept %}
<span
class=
"label label-info"
style=
"margin-left: 5px;"
>
ACCEPT
</span>
{% endif %}
...
...
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