mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Asset Interfaces: Renamed Port to Description, added Interface Type
This commit is contained in:
@@ -309,3 +309,9 @@ $note_types_array = array (
|
||||
'In Person'=>'fa-people-arrows',
|
||||
'Note'=>'fa-sticky-note'
|
||||
);
|
||||
|
||||
$interface_types_array = array (
|
||||
'Ethernet',
|
||||
'SFP',
|
||||
'WiFi'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user