1
0
Fork 0
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:
catborise 2020-04-17 15:37:34 +03:00
parent f37d6601e1
commit 52c856c504
3 changed files with 37 additions and 30 deletions

View file

@ -173,6 +173,9 @@ VIEW_ACCOUNTS_STYLE = 'grid'
# available list style: default (grouped), nongrouped
VIEW_INSTANCES_LIST_STYLE = 'grouped'
# available options: True, False
VIEW_INSTANCE_DETAIL_BOTTOM_BAR = True
# available volume format: raw, qcow2, qcow
INSTANCE_VOLUME_DEFAULT_FORMAT = 'qcow2'
@ -207,4 +210,5 @@ INSTANCE_MACHINE_DEFAULT_TYPE = 'q35'
INSTANCE_FIRMWARE_DEFAULT_TYPE = 'BIOS'
# Architecture: x86_64, i686, etc
INSTANCE_ARCH_DEFAULT_TYPE = 'x86_64'
INSTANCE_ARCH_DEFAULT_TYPE = 'x86_64'