mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #8812
This commit is contained in:
parent
da8817a655
commit
fa8ea43eed
@ -142,7 +142,7 @@ display_top_tabs($tab_array);
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h2 class="panel-title"><?=gettext("NAT 1:1 Mappings")?></h2></div>
|
||||
<div id="mainarea" class="table-responsive panel-body">
|
||||
<table class="table table-striped table-hover table-condensed">
|
||||
<table id="ruletable" class="table table-striped table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" id="selectAll" name="selectAll" /></th>
|
||||
|
||||
@ -140,7 +140,7 @@ display_top_tabs($tab_array);
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h2 class="panel-title"><?=gettext('NPt Mappings')?></h2></div>
|
||||
<div id="mainarea" class="table-responsive panel-body">
|
||||
<table class="table table-striped table-hover table-condensed">
|
||||
<table id="ruletable" class="table table-striped table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" id="selectAll" name="selectAll" /></th>
|
||||
|
||||
@ -274,7 +274,7 @@ print($form);
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h2 class="panel-title"><?=gettext('Mappings')?></h2></div>
|
||||
<div class="panel-body table-responsive">
|
||||
<table class="table table-hover table-striped table-condensed">
|
||||
<table id="ruletable" class="table table-hover table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" id="selectAll" name="selectAll" /></th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user