Merge "Modified columns names in Admin->Hypervisor"
This commit is contained in:
commit
55a4e1965d
@ -125,7 +125,7 @@ class ComputeHostTable(tables.DataTable):
|
||||
)
|
||||
|
||||
host = tables.Column('host', verbose_name=_('Host'))
|
||||
zone = tables.Column('zone', verbose_name=_('Zone'))
|
||||
zone = tables.Column('zone', verbose_name=_('Availability zone'))
|
||||
status = tables.Column('status',
|
||||
status=True,
|
||||
status_choices=STATUS_CHOICES,
|
||||
@ -137,7 +137,7 @@ class ComputeHostTable(tables.DataTable):
|
||||
display_choices=STATUS_DISPLAY_CHOICES,
|
||||
verbose_name=_('State'))
|
||||
updated_at = tables.Column('updated_at',
|
||||
verbose_name=_('Updated At'),
|
||||
verbose_name=_('Time since update'),
|
||||
filters=(utils_filters.parse_isotime,
|
||||
filters.timesince))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user