mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
firewall: fix typo in scrub page
This commit is contained in:
parent
db0a89bf13
commit
f802f756db
@ -344,7 +344,7 @@ $( document ).ready(function() {
|
||||
<?php
|
||||
if (is_alias($scrubEntry['dst'])):?>
|
||||
<span title="<?=htmlspecialchars(get_alias_description($scrubEntry['dst']));?>" data-toggle="tooltip">
|
||||
<?=$scrubEntry['src'];?>
|
||||
<?=$scrubEntry['dst'];?>
|
||||
</span>
|
||||
<a href="/firewall_aliases_edit.php?name=<?=$scrubEntry['dst'];?>"
|
||||
title="<?=gettext("edit alias");?>" data-toggle="tooltip">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user