mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
firewall: blue arrow for consistency
This commit is contained in:
parent
b17d74faba
commit
a404c216df
@ -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>
|
||||
<?php
|
||||
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
|
||||
elseif (!empty($filterent['direction']) && $filterent['direction'] == "out"):?>
|
||||
<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 if ($selected_if != 'FloatingRules'):
|
||||
; // interfaces are always quick
|
||||
@ -724,7 +721,7 @@ $( document ).ready(function() {
|
||||
<td width="14"></td>
|
||||
<td width="16"><span class="glyphicon glyphicon-info-sign text-info"></span></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>
|
||||
<?php if ($selected_if == 'FloatingRules'): ?>
|
||||
<td width="16"><span class="fa fa-flash text-warning"></span></td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user