File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ibl-frontend/frontend-content/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 # cpu_period: 100ms
3232 ibl-navigator :
3333 << : *net
34- image : registry.vathes.com/ibl-navigator/frontend:v0.5.0 # for internal demo
34+ image : registry.vathes.com/ibl-navigator/frontend:v0.5.1 # for internal demo
3535 # image: registry.vathes.com/ibl-navigator/frontend:v0.1.0-public # for public demo
3636 healthcheck :
3737 test : curl --fail http://localhost:9000 || exit 1
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ mat-checkbox.mouse_sex_menu_chbox {
239239 flex-direction : row;
240240};
241241.cleardivider {
242- visibility : hidden ;
242+ visibility : visible ;
243243}
244244
245245.form-submit-button-area {
Original file line number Diff line number Diff line change 55export const environment = {
66 production : false ,
77 // api_url: '$DEV_NODE_API',
8- backend_url : 'https://fakeservices.datajoint.io/api '
8+ backend_url : '$DEV_NODE_BACKEND '
99} ;
1010
1111// export const environment = {
You can’t perform that action at this time.
0 commit comments