1
0
Fork 0
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:
Ing. Jan KRCMAR 2018-05-15 14:22:10 +02:00
parent 8d46bd40fd
commit 43a8fb6dc1
3 changed files with 183 additions and 1 deletions

View file

@ -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'