Add 'created' and 'last_updated' fields to ModuleTypeTable for consistency

This commit is contained in:
Brian Tiemann 2025-01-02 14:45:54 -05:00
parent f03489f58e
commit e9fc6f8e38

View File

@ -41,6 +41,7 @@ class ModuleTypeTable(NetBoxTable):
model = ModuleType
fields = (
'pk', 'id', 'model', 'manufacturer', 'part_number', 'airflow', 'weight', 'description', 'comments', 'tags',
'created', 'last_updated',
)
default_columns = (
'pk', 'model', 'manufacturer', 'part_number',