mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add a description field to all organizational models
This commit is contained in:
@ -55,7 +55,7 @@ class ClusterTypeTable(BaseTable):
|
||||
|
||||
class Meta(BaseTable.Meta):
|
||||
model = ClusterType
|
||||
fields = ('pk', 'name', 'cluster_count', 'actions')
|
||||
fields = ('pk', 'name', 'cluster_count', 'description', 'actions')
|
||||
|
||||
|
||||
#
|
||||
@ -74,7 +74,7 @@ class ClusterGroupTable(BaseTable):
|
||||
|
||||
class Meta(BaseTable.Meta):
|
||||
model = ClusterGroup
|
||||
fields = ('pk', 'name', 'cluster_count', 'actions')
|
||||
fields = ('pk', 'name', 'cluster_count', 'description', 'actions')
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user