Allow changing the asset filter list
This commit is contained in:
@@ -309,12 +309,10 @@ class AssetGroupForm(RestrictedFormMixin, ModelForm):
|
||||
fields = (
|
||||
"name",
|
||||
"description",
|
||||
"account",
|
||||
)
|
||||
help_texts = {
|
||||
"name": "Name of the asset group. Informational only.",
|
||||
"description": "Description of the asset group. Informational only.",
|
||||
"account": "Account to pull assets from.",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user