Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Nov 8, 2024
1 parent 3ffbe15 commit 2fc9fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/seeddb/page/management_profile/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, *args, **kwargs):
super(ManagementProfileFilterForm, self).__init__(*args, **kwargs)

self.attrs = get_single_layout(
heading="Filter connection profiles", row=self["protocol"]
heading="Filter connection profiles", filter_fields=[self["protocol"]]
)


Expand Down

0 comments on commit 2fc9fe3

Please sign in to comment.