Merge "Enable to refresh details view"

This commit is contained in:
Jenkins 2017-07-29 11:29:28 +00:00 committed by Gerrit Code Review
commit 72b5ea6c07

View File

@ -19,3 +19,10 @@ PANEL_DASHBOARD = 'project'
# Python panel class of the PANEL to be added.
ADD_PANEL = 'zun_ui.content.container.containers.panel.Containers'
# The details view to be belonged to the PANEL_DASHBOARD and PANEL.
# If the details view uses ngdetails, this setting is needed to refresh the
# details view.
ADD_DETAIL_PAGES = {
'OS::Zun::Container': (PANEL_DASHBOARD, PANEL)
}