snapshot view, size added

This commit is contained in:
Yulia Portnova 2013-09-16 16:36:35 +03:00
parent d20f8e92ab
commit 901d841a23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class ViewBuilder(common.ViewBuilder):
'status': snapshot.get('status'),
'name': snapshot.get('display_name'),
'description': snapshot.get('display_description'),
'size': snapshot.get('size'),
'share_proto': snapshot.get('share_proto'),
'export_location': snapshot.get('export_location'),
'links': self._get_links(request, snapshot['id'])