Revision c94dcec3 snf-astakos-app/astakos/im/management/commands/resource-list.py
b/snf-astakos-app/astakos/im/management/commands/resource-list.py | ||
---|---|---|
51 | 51 |
FIELDS = { |
52 | 52 |
"id": ("id", "ID"), |
53 | 53 |
"name": ("name", "Resource Name"), |
54 |
"service type": ("service_type", "Service type"), |
|
55 |
"service origin": ("service_origin", "Service"), |
|
54 |
"service_type": ("service_type", "Service type"), |
|
55 |
"service_origin": ("service_origin", "Service"), |
|
56 |
"unit": ("unit", "Unit of measurement"), |
|
56 | 57 |
"default_quota": ("limit_with_unit", "Default Quota"), |
57 | 58 |
"description": ("desc", "Description"), |
58 | 59 |
"api_visible": ("api_visible", |
Also available in: Unified diff