diff --git a/deployment/postgres-init-db/data/ui/views/example_0.json b/deployment/postgres-init-db/data/ui/views/example_0.json index 42d220d4bd..faf4e2790c 100644 --- a/deployment/postgres-init-db/data/ui/views/example_0.json +++ b/deployment/postgres-init-db/data/ui/views/example_0.json @@ -3,11 +3,12 @@ "activityTables": [ { "columnDefs": [ - { "field": "id", "name": "ID", "sortable": true }, - { "field": "type", "name": "Type", "sortable": true }, - { "field": "start_time", "name": "Start Time", "sortable": true }, - { "field": "duration", "name": "Duration", "sortable": true } + { "field": "id", "filter": "agTextColumnFilter", "headerName": "ID", "sortable": true, "resizable": true }, + { "field": "type", "filter": "agTextColumnFilter", "headerName": "Type", "sortable": true, "resizable": true }, + { "field": "start_time", "filter": "agTextColumnFilter", "headerName": "Start Time", "sortable": true, "resizable": true }, + { "field": "duration", "filter": "agTextColumnFilter", "headerName": "Duration", "sortable": true, "resizable": true } ], + "columnStates": [], "id": 0 } ], diff --git a/deployment/postgres-init-db/data/ui/views/example_1.json b/deployment/postgres-init-db/data/ui/views/example_1.json index 122ad63036..9069ac1aa1 100644 --- a/deployment/postgres-init-db/data/ui/views/example_1.json +++ b/deployment/postgres-init-db/data/ui/views/example_1.json @@ -1,23 +1,7 @@ { "plan": { - "activityTables": [ - { - "columnDefs": [ - { "field": "id", "name": "ID", "sortable": true }, - { "field": "type", "name": "Type", "sortable": true }, - { "field": "start_time", "name": "Start Time", "sortable": true }, - { "field": "duration", "name": "Duration", "sortable": true } - ], - "id": 0 - } - ], - "iFrames": [ - { - "id": 0, - "src": "https://iss-sim.spacex.com/", - "title": "ISS-Docking-Simulator" - } - ], + "activityTables": [], + "iFrames": [], "layout": { "gridName": "View", "id": 0,