aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-09-03 12:04:33 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-09-03 12:04:33 +0100
commit0d0066bdc03fcafa660db7b002ec2bb5846dc4fd (patch)
tree0f54750c029a5a7dafc962f1a5eaa38c7f7bf124 /ctrack/caf
parent58e0f875553e933a89610f3d66e2c266a6847584 (diff)
better admin list for essential services
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/admin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/caf/admin.py b/ctrack/caf/admin.py
index 5513781..f981e0f 100644
--- a/ctrack/caf/admin.py
+++ b/ctrack/caf/admin.py
@@ -20,6 +20,7 @@ get_system_org.short_description = "Organisation"
class EssentialServiceAdmin(admin.ModelAdmin):
model = EssentialService
+ list_display = ["name", "description", "organisation"]
class ApplicableSystemListAdmin(admin.ModelAdmin):