ui: Makefile for test-paris & test-nantes
This commit is contained in:
@ -3,20 +3,27 @@
|
||||
"sdn": "http://127.0.0.1:8000",
|
||||
"cdn": "https://cdn.happy-dev.fr",
|
||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||
"client_id": "833925"
|
||||
"client_id": "000000"
|
||||
},
|
||||
|
||||
"staging": {
|
||||
"sdn": "http://test-paris.happy-dev.fr",
|
||||
"cdn": "https://cdn.happy-dev.fr",
|
||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||
"client_id": "833925"
|
||||
},
|
||||
|
||||
"prod": {
|
||||
"alpha": {
|
||||
"sdn": "https://api.alpha.happy-dev.fr",
|
||||
"cdn": "https://cdn.happy-dev.fr",
|
||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||
"client_id": "833925"
|
||||
"client_id": "218707"
|
||||
},
|
||||
|
||||
"paris": {
|
||||
"sdn": "https://api.test-paris.happy-dev.fr",
|
||||
"cdn": "https://cdn.happy-dev.fr",
|
||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||
"client_id": "196656"
|
||||
},
|
||||
|
||||
"nantes": {
|
||||
"sdn": "https://api.test-nantes.happy-dev.fr",
|
||||
"cdn": "https://cdn.happy-dev.fr",
|
||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||
"client_id": "621272"
|
||||
}
|
||||
}
|
||||
}
|
@ -24,21 +24,21 @@ nav#main__menu
|
||||
value-dash=' - ',
|
||||
next='project'
|
||||
)
|
||||
div.divider
|
||||
div.menu-wrapper
|
||||
div.menu
|
||||
div.menu-chevron
|
||||
div.menu-icon.icon-arrow-up
|
||||
div.menu-label Cercles
|
||||
div.menu-icon.icon-globe
|
||||
sib-route(hidden, name='circle', id-prefix=`${sdn}/circles/`, rdf-type='hd:circle')
|
||||
div.sub-menu
|
||||
sib-display(
|
||||
data-src=`${sdn}/circles/`,
|
||||
data-fields='name',
|
||||
widget-name='sib-display-div',
|
||||
next='circle'
|
||||
)
|
||||
//- div.divider
|
||||
//- div.menu-wrapper
|
||||
//- div.menu
|
||||
//- div.menu-chevron
|
||||
//- div.menu-icon.icon-arrow-up
|
||||
//- div.menu-label Cercles
|
||||
//- div.menu-icon.icon-globe
|
||||
//- sib-route(hidden, name='circle', id-prefix=`${sdn}/circles/`, rdf-type='hd:circle')
|
||||
//- div.sub-menu
|
||||
//- sib-display(
|
||||
//- data-src=`${sdn}/circles/`,
|
||||
//- data-fields='name',
|
||||
//- widget-name='sib-display-div',
|
||||
//- next='circle'
|
||||
//- )
|
||||
div.divider
|
||||
div.menu-wrapper
|
||||
div.menu
|
||||
|
Reference in New Issue
Block a user