fix(itam): Add missing model.Meta attributes ordering and verbose_name
ref: #345 #346
This commit is contained in:
@ -52,6 +52,13 @@ class Device(DeviceCommonFieldsName, SaveHistory):
|
||||
|
||||
class Meta:
|
||||
|
||||
ordering = [
|
||||
'name',
|
||||
'organization'
|
||||
]
|
||||
|
||||
verbose_name = 'Device'
|
||||
|
||||
verbose_name_plural = 'Devices'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user