Merge "Avoid duplicated project_id when show network"
This commit is contained in:
		| @@ -42,6 +42,7 @@ def _get_columns(item): | |||||||
|     columns = list(item.keys()) |     columns = list(item.keys()) | ||||||
|     if 'tenant_id' in columns: |     if 'tenant_id' in columns: | ||||||
|         columns.remove('tenant_id') |         columns.remove('tenant_id') | ||||||
|  |     if 'project_id' not in columns: | ||||||
|         columns.append('project_id') |         columns.append('project_id') | ||||||
|     return tuple(sorted(columns)) |     return tuple(sorted(columns)) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jenkins
					Jenkins