Merge pull request #466 from lorki97/main

Fix device types not loading in device details page
This commit is contained in:
jokob-sk
2023-10-04 10:04:09 +00:00
committed by GitHub

View File

@@ -857,8 +857,6 @@ function getDevices() {
function getDeviceTypes() {
global $db;
$networkTypes = getNetworkTypes();
// SQL
$sql = 'SELECT DISTINCT 9 as dev_Order, dev_DeviceType
FROM Devices