Merge "equal(=) added in project filter option"

This commit is contained in:
Jenkins
2015-03-19 11:01:47 +00:00
committed by Gerrit Code Review

View File

@@ -91,7 +91,7 @@ class AdminInstanceFilterAction(tables.FilterAction):
# session property used for persisting the filter.
name = "filter_admin_instances"
filter_type = "server"
filter_choices = (('project', _("Project"), True),
filter_choices = (('project', _("Project ="), True),
('host', _("Host ="), True),
('name', _("Name"), True),
('ip', _("IPv4 Address ="), True),