mirror of
https://github.com/itflow-org/itflow
synced 2026-06-02 16:18:19 +00:00
Network Interface Types: Moved to creatable/editable Categories with common defaults
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
||||
*/
|
||||
|
||||
DEFINE("APP_VERSION", "26.03");
|
||||
DEFINE("APP_VERSION", "26.03.1");
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
* It is used in conjunction with database_updates.php
|
||||
*/
|
||||
|
||||
DEFINE("LATEST_DATABASE_VERSION", "2.4.2");
|
||||
DEFINE("LATEST_DATABASE_VERSION", "2.4.3");
|
||||
|
||||
@@ -307,9 +307,3 @@ $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