Makes the instance detail tabs sticky.

This is particularly useful when reloading the VNC tab
if something goes wrong.

Change-Id: Id586bb451e6acf7f301f47eaf8cb27e70d9fcb40
This commit is contained in:
Gabriel Hurley 2012-07-29 15:12:23 -07:00
parent 0f0838017a
commit 4cda859e64

@ -74,3 +74,4 @@ class VNCTab(tabs.Tab):
class InstanceDetailTabs(tabs.TabGroup):
slug = "instance_details"
tabs = (OverviewTab, LogTab, VNCTab)
sticky = True