Skip to content

Commit 35b199e

Browse files
Fix missing filter buttons in .
1 parent 45dc027 commit 35b199e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ibl-frontend/frontend-content/src/app/session-list/session-list.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

ibl-frontend/frontend-content/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export 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 = {

0 commit comments

Comments
 (0)