Statistics
| Branch: | Tag: | Revision:

root / settings.d / 30-ui.conf @ 9da33f32

History | View | Annotate | Download (565 Bytes)

1
# -*- coding: utf-8 -*-
2
#
3
# UI settings
4
###################
5

    
6
# UI requests to the API layer time out after that many milliseconds
7
TIMEOUT = 10 * 1000
8

    
9
# A list of suggested server tags (server metadata keys)
10
DEFAULT_KEYWORDS = ["OS", "Role", "Location", "Owner"]
11

    
12
# A list of allowed icons for OS Images
13
IMAGE_ICONS = ["redhat", "ubuntu", "debian", "windows", "gentoo", "archlinux",
14
               "centos", "fedora", "freebsd", "netbsd", "openbsd", "slackware",
15
               "suse"]
16

    
17
# How often should the UI request changes from the API
18
UPDATE_INTERVAL = 5000