This commit is contained in:
Steve Beaver 2018-08-25 09:17:09 -04:00
parent da8817a655
commit fa8ea43eed
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>