Skip to content

Commit

Permalink
Update tables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bellwood authored Jul 20, 2016
1 parent 6fe40ef commit 2e82113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/dcim/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ class RackTable(BaseTable):
group = tables.Column(accessor=Accessor('group.name'), verbose_name='Group')
facility_id = tables.Column(verbose_name='Facility ID')
u_height = tables.Column(verbose_name='Height (U)')
u_consumed = tables.Column(accessor=Accessor('u_consumed'), verbose_name='Used (U)')
utilization = tables.TemplateColumn(UTILIZATION_GRAPH, orderable=False, verbose_name='Utilization')
devices = tables.Column(accessor=Accessor('device_count'), verbose_name='Devices')

class Meta(BaseTable.Meta):
Expand Down

0 comments on commit 2e82113

Please sign in to comment.