Skip to content

Commit ce95580

Browse files
augusthjerrildGufCabAugustHA-Iterator
authored
Feature/iot 1279 more rows on tables (#11)
* Merge prior to release v.1.1.0 (#10) * Docker container with simulator * Changes with docker files. Can now use docker-compose up on the simulator itself so the other containers will not be included. * The simulator container will now also be available inside the os2Iot container. Still available from the simulator as well. Since they both have to use port 8000, they can't be used in the same time. * Changed port number * rename folder from Simulator to simulator Co-authored-by: August Andersen <[email protected]> Co-authored-by: augusthjerrild <[email protected]> * Changed table page size * fixed duplicate Co-authored-by: Nikolaj Gustafsson <[email protected]> Co-authored-by: August Andersen <[email protected]>
1 parent 96ced13 commit ce95580

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)