mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user