Skip to content

Commit a3b008e

Browse files
committed
Merge stage for release 1.2.1
Also added default value for number of rows in tables from 20 -> 25
2 parents 8ab08b1 + ce95580 commit a3b008e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
environment:
5555
PRODUCTION: "false"
5656
BASE_URL: http://localhost:3000/api/v1/
57-
TABLE_PAGE_SIZE: 20
57+
TABLE_PAGE_SIZE: 25
5858

5959
#OS2IoT
6060
os2iot-lorawanSimulator:

helm/charts/os2iot-frontend/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
data:
66
PRODUCTION: "true"
77
BASE_URL: "http://localhost:3000/api/v1/"
8-
TABLE_PAGE_SIZE: "20"
8+
TABLE_PAGE_SIZE: "25"

0 commit comments

Comments
 (0)