Allow changing the asset filter list
This commit is contained in:
@@ -94,7 +94,7 @@ class RiskModelAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
class AssetGroupAdmin(admin.ModelAdmin):
|
||||
list_display = ("user", "name", "description", "account")
|
||||
list_display = ("user", "name", "description")
|
||||
|
||||
|
||||
class AssetRestrictionAdmin(admin.ModelAdmin):
|
||||
|
||||
Reference in New Issue
Block a user