Revision 1ae97c83 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
47 47

  
48 48
# Set service name
49 49
SITENAME = getattr(settings, 'ASTAKOS_SITENAME', 'GRNET Cloud')
50

  
51
# Set cloud services appear in the horizontal bar
52
CLOUD_SERVICES = getattr(settings, 'ASTAKOS_CLOUD_SERVICES', (
53
        { 'url':'/', 'name':'grnet cloud', 'id':'cloud', 'icon':'home-icon.png' },
54
        { 'url':'/okeanos.html', 'name':'~okeanos', 'id':'okeanos' },
55
        { 'url':'/ui/', 'name':'pithos+', 'id':'pithos' }))

Also available in: Unified diff