mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
add show/hide bottom bar option in instance details
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user