Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7390987d
Commit
7390987d
authored
Apr 28, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall: blue arrow for consistency
(cherry picked from commit
a404c216
)
parent
ad500c09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
firewall_rules.php
src/www/firewall_rules.php
+2
-5
No files found.
src/www/firewall_rules.php
View file @
7390987d
...
@@ -476,13 +476,10 @@ $( document ).ready(function() {
...
@@ -476,13 +476,10 @@ $( document ).ready(function() {
<a
href=
"#"
class=
"act_toggle"
id=
"toggle_
<?=
$i
;
?>
"
data-toggle=
"tooltip"
title=
"
<?=
(
empty
(
$filterent
[
'disabled'
]))
?
gettext
(
"disable rule"
)
:
gettext
(
"enable rule"
);
?>
"
><span
class=
"glyphicon
<?=
$iconfn
;
?>
"
></span></a>
<a
href=
"#"
class=
"act_toggle"
id=
"toggle_
<?=
$i
;
?>
"
data-toggle=
"tooltip"
title=
"
<?=
(
empty
(
$filterent
[
'disabled'
]))
?
gettext
(
"disable rule"
)
:
gettext
(
"enable rule"
);
?>
"
><span
class=
"glyphicon
<?=
$iconfn
;
?>
"
></span></a>
<?php
<?php
if
(
!
empty
(
$filterent
[
'direction'
])
&&
$filterent
[
'direction'
]
==
"in"
)
:?>
if
(
!
empty
(
$filterent
[
'direction'
])
&&
$filterent
[
'direction'
]
==
"in"
)
:?>
<
i
class
="
fa
fa
-
long
-
arrow
-
right
" data-toggle="
tooltip
" title="
<?=
gettext
(
"in"
);
?>
">
</i>
<
i
class
="
fa
fa
-
long
-
arrow
-
right
text
-
info
" data-toggle="
tooltip
" title="
<?=
gettext
(
"in"
);
?>
">
</i>
<?php
<?php
elseif
(
!
empty
(
$filterent
[
'direction'
])
&&
$filterent
[
'direction'
]
==
"out"
)
:?>
elseif
(
!
empty
(
$filterent
[
'direction'
])
&&
$filterent
[
'direction'
]
==
"out"
)
:?>
<
i
class
="
fa
fa
-
long
-
arrow
-
left
" data-toggle="
tooltip
" title="
<?=
gettext
(
"out"
);
?>
">
</i>
<
i
class
="
fa
fa
-
long
-
arrow
-
left
" data-toggle="
tooltip
" title="
<?=
gettext
(
"out"
);
?>
">
</i>
<?php
elseif
(
!
empty
(
$filterent
[
'direction'
])
&&
$filterent
[
'direction'
]
==
"any"
)
:?>
<
i
class
="
fa
fa
-
arrows
-
h
" data-toggle="
tooltip
" title="
<?=
gettext
(
"any"
);
?>
">
</i>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
if
(
$selected_if
!=
'FloatingRules'
)
:
<?php
if
(
$selected_if
!=
'FloatingRules'
)
:
;
// interfaces are always quick
;
// interfaces are always quick
...
@@ -724,7 +721,7 @@ $( document ).ready(function() {
...
@@ -724,7 +721,7 @@ $( document ).ready(function() {
<td
width=
"14"
></td>
<td
width=
"14"
></td>
<td
width=
"16"
><span
class=
"glyphicon glyphicon-info-sign text-info"
></span></td>
<td
width=
"16"
><span
class=
"glyphicon glyphicon-info-sign text-info"
></span></td>
<td
width=
"100"
>
<?=
gettext
(
"log"
);
?>
</td>
<td
width=
"100"
>
<?=
gettext
(
"log"
);
?>
</td>
<td
width=
"16"
><span
class=
"fa fa-long-arrow-right"
></span></td>
<td
width=
"16"
><span
class=
"fa fa-long-arrow-right
text-info
"
></span></td>
<td
width=
"100"
>
<?=
gettext
(
"in"
);
?>
</td>
<td
width=
"100"
>
<?=
gettext
(
"in"
);
?>
</td>
<?php
if
(
$selected_if
==
'FloatingRules'
)
:
?>
<?php
if
(
$selected_if
==
'FloatingRules'
)
:
?>
<td
width=
"16"
><span
class=
"fa fa-flash text-warning"
></span></td>
<td
width=
"16"
><span
class=
"fa fa-flash text-warning"
></span></td>
...
...
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