1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

make instances view for administrators choosable. grouped-nongrouped nongrouped first version of instances. with settings.conf it can be changed.

This commit is contained in:
catborise 2018-07-30 13:33:09 +03:00
parent dc9a5eb327
commit 6a57903fd6
5 changed files with 229 additions and 117 deletions

View file

@ -143,6 +143,9 @@ SHOW_PROFILE_EDIT_PASSWORD = False
# available: default (grid), list
VIEW_ACCOUNTS_STYLE = 'grid'
# available: default (grouped), nongrouped
VIEW_INSTANCES_LIST_STYLE = 'grouped'
INSTANCE_VOLUME_DEFAULT_FORMAT = 'qcow2'
INSTANCE_VOLUME_DEFAULT_BUS = 'virtio'
INSTANCE_VOLUME_DEFAULT_CACHE = 'directsync'