|
@@ -103,7 +103,8 @@ def get_context_computes(request, interface):
|
|
|
if interface == 'hive':
|
|
if interface == 'hive':
|
|
|
computes['hive'] = [{
|
|
computes['hive'] = [{
|
|
|
'id': cluster['id'],
|
|
'id': cluster['id'],
|
|
|
- 'name': cluster['name']
|
|
|
|
|
|
|
+ 'name': cluster['name'],
|
|
|
|
|
+ 'namespace': cluster['id'] # Dummy
|
|
|
} for cluster in clusters
|
|
} for cluster in clusters
|
|
|
]
|
|
]
|
|
|
|
|
|