Revert "Enable to refresh details view"

This reverts commit 7bee55d925.

Change-Id: I5806a3923bc8bed37dafd24d1ccef7486d4a06f3
This commit is contained in:
Shu Muto 2017-08-07 01:22:53 +00:00
parent 7bee55d925
commit eb579c4500

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)
}