Removed dead libs pdfmake dropzone and popper, fixed missing label for ids and migrated datatables to use bootstrap 5 libs instead of of 4

This commit is contained in:
johnnyq
2026-08-14 17:50:17 -04:00
parent 6fc94d9733
commit 1c5803dc12
22 changed files with 21 additions and 75 deletions

View File

@@ -118,10 +118,10 @@ ob_start();
<!-- Type -->
<div class="mb-3">
<label for="network">Interface Type</label>
<label for="interface_type">Interface Type</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-plug"></i></span>
<select class="form-select select2" name="type">
<select class="form-select select2" id="interface_type" name="type">
<option value="">- Select Type -</option>
<?php
$sql_interface_types_select = mysqli_query($mysqli, "