Commit bfd72e0b by Bach Dániel

fixes #109

parent 13b3488a
......@@ -88,7 +88,7 @@ class InstanceAdmin(contrib.admin.ModelAdmin):
model=models.Instance
actions = [update_state, submit_vm, delete_vm, suspend_vm, resume_vm]
list_display = ('id', 'name', owner_person, 'state')
readonly_fields = ('ip', 'active_since', 'pw', 'template')
readonly_fields = ('ip', 'active_since', 'pw', )
list_filter = ('owner', 'template', 'state')
def queryset(self, request):
return super(InstanceAdmin, self).queryset(request)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment