From 8477bfb403edcac3565a911b27d6147bc884a8cd Mon Sep 17 00:00:00 2001 From: August Andersen Date: Mon, 14 Mar 2022 16:17:35 +0100 Subject: [PATCH] Changed tableSize for all tables that needed it --- .../organisation-tabel/organisation-tabel.component.html | 2 +- .../permission-tabel/permission-tabel.component.html | 2 +- .../admin/users/user-list/user-table/user-table.component.html | 2 +- .../applications-table/applications-table.component.html | 2 +- .../datatarget/datatarget-table/datatarget-table.component.html | 2 +- .../iot-devices-table/iot-devices-table.component.html | 2 +- .../multicast/multicast-table/multicast-table.component.html | 2 +- .../device-model-table/device-model-table.component.html | 2 +- src/app/gateway/gateway-table/gateway-table.component.html | 2 +- .../payload-decoder-table/payload-decoder-table.component.html | 2 +- src/assets/env.js | 2 +- src/environments/environment.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/admin/organisation/organisation-list/organisation-tabel/organisation-tabel.component.html b/src/app/admin/organisation/organisation-list/organisation-tabel/organisation-tabel.component.html index 47af0f9b..6b9ba839 100644 --- a/src/app/admin/organisation/organisation-list/organisation-tabel/organisation-tabel.component.html +++ b/src/app/admin/organisation/organisation-list/organisation-tabel/organisation-tabel.component.html @@ -57,6 +57,6 @@ - + \ No newline at end of file diff --git a/src/app/admin/permission/permission-list/permission-tabel/permission-tabel.component.html b/src/app/admin/permission/permission-list/permission-tabel/permission-tabel.component.html index 1157d8df..3162b60f 100644 --- a/src/app/admin/permission/permission-list/permission-tabel/permission-tabel.component.html +++ b/src/app/admin/permission/permission-list/permission-tabel/permission-tabel.component.html @@ -81,6 +81,6 @@ - + \ No newline at end of file diff --git a/src/app/admin/users/user-list/user-table/user-table.component.html b/src/app/admin/users/user-list/user-table/user-table.component.html index a8a44c63..3f3e48ef 100644 --- a/src/app/admin/users/user-list/user-table/user-table.component.html +++ b/src/app/admin/users/user-list/user-table/user-table.component.html @@ -81,7 +81,7 @@ - + \ No newline at end of file diff --git a/src/app/applications/applications-list/applications-table/applications-table.component.html b/src/app/applications/applications-list/applications-table/applications-table.component.html index 9af2f585..dfc96aac 100644 --- a/src/app/applications/applications-list/applications-table/applications-table.component.html +++ b/src/app/applications/applications-list/applications-table/applications-table.component.html @@ -56,6 +56,6 @@ - + diff --git a/src/app/applications/datatarget/datatarget-table/datatarget-table.component.html b/src/app/applications/datatarget/datatarget-table/datatarget-table.component.html index d2b4aca8..7fadf9d0 100644 --- a/src/app/applications/datatarget/datatarget-table/datatarget-table.component.html +++ b/src/app/applications/datatarget/datatarget-table/datatarget-table.component.html @@ -48,6 +48,6 @@ - + \ No newline at end of file diff --git a/src/app/applications/iot-devices/iot-devices-table/iot-devices-table.component.html b/src/app/applications/iot-devices/iot-devices-table/iot-devices-table.component.html index 49f04edf..b2595f29 100644 --- a/src/app/applications/iot-devices/iot-devices-table/iot-devices-table.component.html +++ b/src/app/applications/iot-devices/iot-devices-table/iot-devices-table.component.html @@ -78,6 +78,6 @@ - + \ No newline at end of file diff --git a/src/app/applications/multicast/multicast-table/multicast-table.component.html b/src/app/applications/multicast/multicast-table/multicast-table.component.html index 2b35a5f4..a4263e0c 100644 --- a/src/app/applications/multicast/multicast-table/multicast-table.component.html +++ b/src/app/applications/multicast/multicast-table/multicast-table.component.html @@ -48,6 +48,6 @@ - + \ No newline at end of file diff --git a/src/app/device-model/device-model-table/device-model-table.component.html b/src/app/device-model/device-model-table/device-model-table.component.html index cfdf1a7e..1652fced 100644 --- a/src/app/device-model/device-model-table/device-model-table.component.html +++ b/src/app/device-model/device-model-table/device-model-table.component.html @@ -49,6 +49,6 @@ - + \ No newline at end of file diff --git a/src/app/gateway/gateway-table/gateway-table.component.html b/src/app/gateway/gateway-table/gateway-table.component.html index 9b50a0f9..873f244b 100644 --- a/src/app/gateway/gateway-table/gateway-table.component.html +++ b/src/app/gateway/gateway-table/gateway-table.component.html @@ -93,6 +93,6 @@ - + \ No newline at end of file diff --git a/src/app/payload-decoder/payload-decoder-list/payload-decoder-table/payload-decoder-table.component.html b/src/app/payload-decoder/payload-decoder-list/payload-decoder-table/payload-decoder-table.component.html index 075fcf62..bd856163 100644 --- a/src/app/payload-decoder/payload-decoder-list/payload-decoder-table/payload-decoder-table.component.html +++ b/src/app/payload-decoder/payload-decoder-list/payload-decoder-table/payload-decoder-table.component.html @@ -65,7 +65,7 @@ - diff --git a/src/assets/env.js b/src/assets/env.js index c95e28db..a5a52bd7 100644 --- a/src/assets/env.js +++ b/src/assets/env.js @@ -3,5 +3,5 @@ window["env"] = window["env"] || {}; window["env"].PRODUCTION = false; window["env"].BASE_URL = 'http://localhost:3000/api/v1/'; // For local testing - window["env"].TABLE_PAGE_SIZE = 20; // For local testing + window["env"].TABLE_PAGE_SIZE = 25; // For local testing })(this); \ No newline at end of file diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 04ab0b80..0acf39b0 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -2,7 +2,7 @@ export const environment = { production: window["env"].PRODUCTION === "true", baseUrl: window["env"].BASE_URL || "http://localhost:3000/api/v1/", - tablePageSize: parseInt(window["env"].TABLE_PAGE_SIZE) || 20 + tablePageSize: parseInt(window["env"].TABLE_PAGE_SIZE) || 25 }; /*