Fix enabled panel error

Replace 'baremetals' with 'servers'.

Change-Id: I0b47381c6640968065002209f1e111ba3633c964
This commit is contained in:
Zhenguo Niu 2017-04-26 16:03:07 +08:00
parent 78a9fac756
commit d60f86eff8
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ PANEL_GROUP = 'baremetal_compute'
PANEL_DASHBOARD = 'project'
# Python panel class of the PANEL to be added.
ADD_PANEL = 'mogan_ui.content.baremetals.panel.Servers'
ADD_PANEL = 'mogan_ui.content.servers.panel.Servers'