Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
flowspy
Commits
2fbb9d29
Commit
2fbb9d29
authored
Feb 15, 2012
by
Leonidas Poulopoulos
Browse files
Minor ui fix in mail templates
parent
69a03a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/rule_add_mail.txt
View file @
2fbb9d29
...
...
@@ -7,12 +7,8 @@ User {{route.applier.username}} requested the application of the following rule
Match
* Dst Addr:{{route.destination}}
* Src Addr: {{route.source}}
* Protocol:{% for protocol in route.protocol.all %}
{{ protocol }}{% if not forloop.last %}, {% endif %}
{% endfor %}
* Ports:{% for port in route.ports.all %}
{{ port }}{% if not forloop.last %}, {% endif %}
{% endfor %}
* Protocol:{% for protocol in route.protocol.all %}{{ protocol }}{% if not forloop.last %}, {% endif %}{% endfor %}
* Ports:{% for port in route.ports.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
* Source Ports:{% for port in route.sourceport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
* Destination Ports:{% for port in route.destinationport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
...
...
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