Merge "Networks tab does not show external configuration"

This commit is contained in:
Jenkins 2015-12-01 17:37:30 +00:00 committed by Gerrit Code Review
commit 03b4c9ffb8
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ class NetworksTable(tables.DataTable):
verbose_name=_("DHCP Agents"))
shared = tables.Column("shared", verbose_name=_("Shared"),
filters=(filters.yesno, filters.capfirst))
external = tables.Column("router:external",
verbose_name=_("External"),
filters=(filters.yesno, filters.capfirst))
status = tables.Column(
"status", verbose_name=_("Status"),
display_choices=project_tables.STATUS_DISPLAY_CHOICES)