|
@@ -430,7 +430,8 @@ class VLANGroupTable(BaseTable):
|
|
|
name = tables.Column(linkify=True)
|
|
name = tables.Column(linkify=True)
|
|
|
scope_type = ContentTypeColumn()
|
|
scope_type = ContentTypeColumn()
|
|
|
scope = tables.Column(
|
|
scope = tables.Column(
|
|
|
- linkify=True
|
|
|
|
|
|
|
+ linkify=True,
|
|
|
|
|
+ orderable=False
|
|
|
)
|
|
)
|
|
|
vlan_count = LinkedCountColumn(
|
|
vlan_count = LinkedCountColumn(
|
|
|
viewname='ipam:vlan_list',
|
|
viewname='ipam:vlan_list',
|