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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user