Fixed issue with names.

This commit is contained in:
Timur Nurlygayanov 2013-04-08 14:46:26 +04:00
parent 799f444a41
commit 9cccdf249b
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class Services(tables.DataTableView):
def get_data(self):
try:
LOG.critical(self.kwargs)
self.environment_id = self.kwargs['environment_id']
environment = api.environment_get(self.request, self.environment_id)
self.environment_name = environment.name