mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE
This commit is contained in:
parent
8d46bd40fd
commit
43a8fb6dc1
3 changed files with 183 additions and 1 deletions
|
@ -124,6 +124,10 @@ QUOTA_DEBUG = True
|
|||
ALLOW_EMPTY_PASSWORD = True
|
||||
SHOW_ACCESS_ROOT_PASSWORD = False
|
||||
SHOW_ACCESS_SSH_KEYS = False
|
||||
|
||||
# available: default (grid), list
|
||||
VIEW_ACCOUNTS_STYLE = 'grid'
|
||||
|
||||
SHOW_PROFILE_EDIT_PASSWORD = False
|
||||
INSTANCE_VOLUME_DEFAULT_FORMAT = 'qcow2'
|
||||
INSTANCE_VOLUME_DEFAULT_BUS = 'virtio'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue