mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add show/hide bottom bar option in instance details
This commit is contained in:
parent
f37d6601e1
commit
52c856c504
3 changed files with 37 additions and 30 deletions
|
@ -117,6 +117,7 @@ def instance(request, compute_id, vname):
|
|||
keymaps = settings.QEMU_KEYMAPS
|
||||
console_types = settings.QEMU_CONSOLE_TYPES
|
||||
console_listen_addresses = settings.QEMU_CONSOLE_LISTEN_ADDRESSES
|
||||
bottom_bar = settings.VIEW_INSTANCE_DETAIL_BOTTOM_BAR
|
||||
try:
|
||||
userinstance = UserInstance.objects.get(instance__compute_id=compute_id,
|
||||
instance__name=vname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue