Commit ae3ffb28 authored by Manuel Faux's avatar Manuel Faux Committed by Franco Fichtner

Outbound NAT: hide manual rules in mode "auto" or "disabled"

parent d082d450
......@@ -327,6 +327,7 @@ include("head.inc");
</table>
</div>
</section>
<?php if ($mode == 'advanced' || $mode == 'hybrid'): ?>
<section class="col-xs-12">
<div class="table-responsive content-box ">
<table class="table table-striped table-sort">
......@@ -512,6 +513,7 @@ include("head.inc");
</table>
</div>
</section>
<?php endif; ?>
<?php
// when automatic or hybrid, display "auto" table.
if ($mode == "automatic" || $mode == "hybrid"):
......
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