Revision 3a3144bc
b/astakos/im/static/im/cloudbar/cloudbar.js | ||
---|---|---|
6 | 6 |
|
7 | 7 |
var PROFILE_URL = "https://accounts.cloud.grnet.gr"; |
8 | 8 |
var SERVICES_LINKS = window.CLOUDBAR_SERVICES_LINKS || { |
9 |
'cloud': { url:'http://pithos.dev.grnet.gr/', name:'grnet cloud', id:'cloud', icon:'home-icon.png' },
|
|
10 |
'okeanos': { url:'http://pithos.dev.grnet.gr/okeanos.html', name:'~okeanos', id:'okeanos' },
|
|
11 |
'pithos': { url:'http://pithos.dev.grnet.gr/ui/', name:'pithos+', id:'pithos' }
|
|
9 |
'cloud': { url:'/', name:'grnet cloud', id:'cloud', icon:'home-icon.png' }, |
|
10 |
'okeanos': { url:'/okeanos.html', name:'~okeanos', id:'okeanos' }, |
|
11 |
'pithos': { url:'/ui/', name:'pithos+', id:'pithos' } |
|
12 | 12 |
}; |
13 | 13 |
|
14 | 14 |
var PROFILE_LINKS = window.CLOUDBAR_PROFILE_LINKS || { |
Also available in: Unified diff