Merge "Revert "Enable to refresh details view""

This commit is contained in:
Jenkins 2017-08-07 01:46:40 +00:00 committed by Gerrit Code Review
commit 3056b26a54
1 changed files with 0 additions and 7 deletions

View File

@ -19,10 +19,3 @@ 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)
}