Merge "admin info: check required service for network tab"

This commit is contained in:
Zuul 2018-09-12 23:38:10 +00:00 committed by Gerrit Code Review
commit df826ff7e0
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class NetworkAgentsTab(tabs.TableTab):
name = tables.NetworkAgentsTable.Meta.verbose_name
slug = tables.NetworkAgentsTable.Meta.name
template_name = constants.INFO_DETAIL_TEMPLATE_NAME
permissions = ('openstack.services.network',)
def allowed(self, request):
try: