Added Description to create policyclassifier form

Change-Id: Idf4750874c30e08383b46ccc974c2dd2fc493e35
Closes-Bug: #1634351
This commit is contained in:
ank 2016-10-18 12:05:51 +05:30
parent dd31fc9126
commit 9832b43a59
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class UpdatePolicyActionForm(BaseUpdateForm):
class AddPolicyClassifierForm(forms.SelfHandlingForm): class AddPolicyClassifierForm(forms.SelfHandlingForm):
name = forms.CharField(max_length=80, label=_("Name"), required=False) name = forms.CharField(max_length=80, label=_("Name"), required=False)
description = forms.CharField(label=_("Description"), required=False)
protocol = forms.CharField(required=True) protocol = forms.CharField(required=True)
port_range = forms.CharField(max_length=80, label=_("Port/Range(min:max)"), port_range = forms.CharField(max_length=80, label=_("Port/Range(min:max)"),
required=False, required=False,