Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask

This commit is contained in:
johnnyq
2026-08-14 17:08:40 -04:00
parent 0fe6d51bdb
commit dc6b191eed
377 changed files with 1783 additions and 3769 deletions

View File

@@ -95,7 +95,7 @@ ob_start();
required
>
<div class="input-group-text">
<input type="checkbox" name="primary_interface" value="1" <?php if($interface_primary) { echo "checked"; } ?> title="Mark Interface as primary">
<input class="form-check-input" type="checkbox" name="primary_interface" value="1" <?php if($interface_primary) { echo "checked"; } ?> title="Mark Interface as primary">
</div>
</div>
</div>
@@ -121,7 +121,7 @@ ob_start();
<label for="network">Interface Type</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-plug"></i></span>
<select class="form-control select2" name="type">
<select class="form-select select2" name="type">
<option value="">- Select Type -</option>
<?php
$sql_interface_types_select = mysqli_query($mysqli, "
@@ -151,7 +151,7 @@ ob_start();
<label>Network</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-network-wired"></i></span>
<select class="form-control select2" name="network">
<select class="form-select select2" name="network">
<option value="">- Select Network -</option>
<?php
$sql_network_select = mysqli_query($mysqli, "
@@ -190,7 +190,7 @@ ob_start();
data-mask
>
<div class="input-group-text">
<input
<input class="form-check-input"
type="checkbox"
name="dhcp"
value="1"
@@ -258,7 +258,7 @@ ob_start();
<label>Connected to</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-plug"></i></span>
<select class="form-control select2" name="connected_to">
<select class="form-select select2" name="connected_to">
<option value="">- Select Asset and Interface -</option>
<?php
$sql_interfaces_select = mysqli_query($mysqli, "