We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ab08b1 + ce95580 commit a3b008eCopy full SHA for a3b008e
docker-compose.yml
@@ -54,7 +54,7 @@ services:
54
environment:
55
PRODUCTION: "false"
56
BASE_URL: http://localhost:3000/api/v1/
57
- TABLE_PAGE_SIZE: 20
+ TABLE_PAGE_SIZE: 25
58
59
#OS2IoT
60
os2iot-lorawanSimulator:
helm/charts/os2iot-frontend/templates/configmap.yaml
@@ -5,4 +5,4 @@ metadata:
5
data:
6
PRODUCTION: "true"
7
BASE_URL: "http://localhost:3000/api/v1/"
8
- TABLE_PAGE_SIZE: "20"
+ TABLE_PAGE_SIZE: "25"
0 commit comments