Skip to content

Commit

Permalink
Remove borders from packet types filter
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jul 11, 2021
1 parent cbac3ba commit 01760fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Packet/Index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require('./header.inc.phtml'); ?>
</select>
</div>
<div class="form-group">
<table class="table d-inline-block"><thead><tr><th colspan="3" class="text-center">Packet Types</th></tr></thead><tbody>
<table class="table table-borderless table-sm d-inline-block"><thead><tr><th colspan="3" class="text-center">Packet Types</th></tr></thead><tbody>
<? $x = 0;
foreach ($this->getContext()->application_layers as $layer)
{
Expand Down

0 comments on commit 01760fc

Please sign in to comment.