Revision b704b537

b/snf-cyclades-app/synnefo/logic/management/commands/backend-list.py
70 70
        "mem": (get_mem, "free/total memory (MB)"),
71 71
        "disk": (get_mem, "free/total disk (GB)"),
72 72
        "hypervisor": ("hypervisor", "The hypervisor the backend is using"),
73
        "disk_templates": ("disk_templates", "Enabled disk-templates"),
73 74
    }
74 75

  
75 76
    fields = ["id", "clustername", "port", "username", "drained", "offline",
76
              "vms", "hypervisor", "ips"]
77
              "vms", "hypervisor", "ips", "disk_templates"]

Also available in: Unified diff