fixed display bug installations detail, merged device/vm columns and added type for installations table view

This commit is contained in:
Hedde van der Heide
2022-03-24 11:15:53 +01:00
parent bf63046edb
commit 51736942e7
7 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class SoftwareProductSerializer(PrimaryModelSerializer):
]
def get_display(self, obj):
return obj.name
return f"{obj.manufacturer.name} - {obj.name}"
class SoftwareProductVersionSerializer(PrimaryModelSerializer):