Firewall settings form and small papercuts

This commit is contained in:
Eduardo Silva 2024-03-01 16:32:14 -03:00
parent 5f8627e3f3
commit 1de3bd132f
8 changed files with 149 additions and 11 deletions

View file

@ -14,7 +14,7 @@
<div class="card-header" id="headingGeneral">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseGeneral" aria-expanded="true" aria-controls="collapseGeneral">
General
<i class="fas fa-cogs"></i> General
</button>
</h2>
</div>
@ -93,7 +93,7 @@
<div class="card-header" id="headingInterface">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseInterface" aria-expanded="false" aria-controls="collapseInterface">
Interface
<i class="fas fa-network-wired"></i> Interface
</button>
</h2>
</div>
@ -134,7 +134,7 @@
<div class="card-header" id="headingSource">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseSource" aria-expanded="false" aria-controls="collapseSource">
Source
<i class="fas fa-plane-departure"></i> Source
</button>
</h2>
</div>
@ -193,7 +193,7 @@
<div class="card-header" id="headingDestination">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseDestination" aria-expanded="false" aria-controls="collapseDestination">
Destination
<i class="fas fa-plane-arrival"></i> Destination
</button>
</h2>
</div>
@ -252,7 +252,7 @@
<div class="card-header" id="headingProtocol">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseProtocol" aria-expanded="false" aria-controls="collapseProtocol">
Protocol
<i class="fas fa-book"></i> Protocol
</button>
</h2>
</div>
@ -310,7 +310,7 @@
<div class="card-header" id="headingPacketState">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapsePacketState" aria-expanded="false" aria-controls="collapsePacketState">
Packet State
<i class="fas fa-boxes"></i> Packet State
</button>
</h2>
</div>
@ -350,7 +350,7 @@
<div class="card-header" id="headingAction">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseAction" aria-expanded="false" aria-controls="collapseAction">
Action
<i class="fas fa-directions"></i> Action
</button>
</h2>
</div>