Merge "Fixed issue with names."

This commit is contained in:
Timur Nurlygayanov 2013-04-08 14:46:47 +04:00 committed by Gerrit Code Review
commit 4992c17e1d
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