Fix Vnffgmanager panel wrong classname

Change-Id: I25ee0c832d3024d99acab1558149ee73f94fb468
Closes-bug: #1757395
This commit is contained in:
Trinh Nguyen 2018-03-21 19:24:47 +09:00
parent 19988a9527
commit 8449b5d7e8
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ import horizon
from tacker_horizon.openstack_dashboard.dashboards.nfv import dashboard
class Vnfmanager(horizon.Panel):
class Vnffgmanager(horizon.Panel):
name = _("VNFFG Manager")
slug = "vnffgmanager"
dashboard.Nfv.register(Vnfmanager)
dashboard.Nfv.register(Vnffgmanager)