mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 04:44:51 +00:00
Added the Ability Set which interface is primary under add / edit interface section
This commit is contained in:
@@ -438,7 +438,7 @@ if (isset($_GET['asset_id'])) {
|
||||
<td>
|
||||
<i class="fa fa-fw fa-ethernet text-secondary mr-1"></i>
|
||||
<a class="text-dark" href="#" data-toggle="modal" data-target="#editAssetInterfaceModal<?php echo $interface_id; ?>">
|
||||
<?php echo $interface_name; ?>
|
||||
<?php echo $interface_name; ?> <?php if($interface_primary) { echo "<small class='text-primary'>(Primary)</small>"; } ?>
|
||||
</a>
|
||||
</td>
|
||||
<td><?php echo $interface_type_display; ?></td>
|
||||
|
||||
Reference in New Issue
Block a user