Feature: Ability to create multiple interfaces/ports in one swoop with interface name and port prefix along with network assignment and notes

This commit is contained in:
johnnyq
2025-02-12 15:27:31 -05:00
parent a2e16f918c
commit 8d8b0f4a48
4 changed files with 167 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ if (mysqli_num_rows($os_sql) > 0) {
<h3 class="card-title mt-2"><i class="fa fa-fw fa-desktop mr-2"></i>Assets</h3>
<div class="card-tools">
<?php if (lookupUserPermission("module_support") >= 2) { ?>
<div class="btn-group">
<div class="btn-group">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#addAssetModal">
<i class="fas fa-plus mr-2"></i>New <?php if (!empty($_GET['type'])) { echo ucwords(strip_tags(nullable_htmlentities($_GET['type']))); } else { echo "Asset"; } ?>
</button>