Added Description to create policyclassifier form

Change-Id: Idf4750874c30e08383b46ccc974c2dd2fc493e35
Closes-Bug: #1634351
(cherry picked from commit 9832b43a59)
This commit is contained in:
ank 2016-10-18 12:05:51 +05:30
parent 4b6b9194a1
commit 2b1464d198
1 changed files with 1 additions and 0 deletions

View File

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