Commit cd7cec8c by Szabolcs Gelencser

Add status to VlanTable

parent f54804ca
......@@ -217,7 +217,7 @@ class VlanTable(Table):
class Meta:
model = Vlan
attrs = {'class': 'table table-striped table-condensed'}
fields = ('vid', 'name', 'network4', 'network6',
fields = ('vid', 'name', 'status', 'network4', 'network6',
'domain', )
order_by = 'vid'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment