mirror of
https://github.com/itflow-org/itflow
synced 2026-09-19 21:25:13 +00:00
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:
@@ -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, "
|
||||
|
||||
Reference in New Issue
Block a user