Revision 66be390b settings.d/30-ui.conf

b/settings.d/30-ui.conf
30 30
#LOGOUT_URL = ""
31 31

  
32 32
# Flavor options that we provide to the user as predefined 
33
# cpu/ram/disk combinations
34
SUGGESTED_FLAVORS = {
33
# cpu/ram/disk combinations on vm create wizard
34
VM_CREATE_SUGGESTED_FLAVORS = {
35 35
    'small': {
36 36
        'cpu': 1,
37 37
        'ram': 1024,
......
52 52
# A list of metadata keys to clone from image
53 53
# to the virtual machine on its creation.
54 54
VM_IMAGE_COMMON_METADATA = ["OS", "loginname", "logindomain"]
55

  
56
# A list of suggested vm roles to display to user on create wizard
57
VM_CREATE_SUGGESTED_ROLES = ["Database server", "File server", "Mail server", "Web server", "Proxy"]
58

  
59
#######################
60
# UI BEHAVIOUR SETTINGS
61
#######################
62

  
63
# Whether to increase the time of recurrent requests (networks/vms update) if
64
# window looses its focus 
65
UI_DELAY_ON_BLUR = False
66

  
67
# The value of update intervals if window looses its focus
68
# Considered only if `UI_DELAY_ON_BLUR` is set to True
69
UI_BLUR_DELAY = 8000
70

  
71
# Whether if not visible vm views will update their content if vm changes 
72
UI_UPDATE_HIDDEN_VIEWS = False
73

  
74
# After how many timeouts of reccurent ajax requests to display the timeout
75
# error overlay
76
UI_SKIP_TIMEOUTS = 1
77

  
78
# Whether UI should display error overlay for all Javascript exceptions
79
UI_HANDLE_WINDOW_EXCEPTIONS = True
80

  

Also available in: Unified diff