Commit 0e5b18c4 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) firewall_nat.php fix add new link

parent 4438ef1d
......@@ -420,7 +420,7 @@ $( document ).ready(function() {
<span class="glyphicon glyphicon-remove"></span>
</a>
<?php endif; ?>
<a href="firewall_nat_edit.php" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule");?>">
<a href="firewall_nat_edit.php?after=-1" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule");?>">
<span class="glyphicon glyphicon-plus"></span>
</a>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment