Merge v2.5.11

This commit is contained in:
Jeremy Stretch
2019-04-29 14:40:18 -04:00
13 changed files with 103 additions and 43 deletions

View File

@@ -3003,6 +3003,10 @@ class CableFilterForm(BootstrapMixin, forms.Form):
required=False,
widget=ColorSelect()
)
device = forms.CharField(
required=False,
label='Device name'
)
#