Revision 801bc0b3

b/snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf
14 14
#DEFAULT_KEYWORDS = ["OS", "Role", "Location", "Owner"]
15 15
#
16 16
## A list of allowed icons for OS Images
17
#IMAGE_ICONS = ["redhat", "ubuntu", "debian", "windows", "gentoo", "archlinux",
17
#IMAGE_ICONS = ["rhel", "ubuntu", "debian", "windows", "gentoo", "archlinux",
18 18
#               "centos", "fedora", "freebsd", "netbsd", "openbsd", "slackware",
19
#               "suse", "kubuntu"]
19
#               "sles", "opensuse", "kubuntu"]
20 20
#
21 21
## How often should the UI request changes from the API
22 22
#UI_UPDATE_INTERVAL = 5000
b/snf-cyclades-app/synnefo/app_settings/default/ui.py
17 17
DEFAULT_KEYWORDS = ["OS", "Role", "Location", "Owner"]
18 18

  
19 19
# A list of allowed icons for OS Images
20
IMAGE_ICONS = ["redhat", "ubuntu", "debian", "windows", "gentoo", "archlinux",
20
IMAGE_ICONS = ["rhel", "ubuntu", "debian", "windows", "gentoo", "archlinux",
21 21
               "centos", "fedora", "freebsd", "netbsd", "openbsd", "slackware",
22
               "suse", "kubuntu"]
22
               "sles", "opensuse", "kubuntu"]
23 23

  
24 24
# How often should the UI request changes from the API
25 25
UI_UPDATE_INTERVAL = 5000

Also available in: Unified diff