Skip to content
Snippets Groups Projects
Commit 9a65649d authored by Nico Vermaas's avatar Nico Vermaas
Browse files

QueryInputResultsGrid

parent f442be56
Branches
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ function Main () { ...@@ -84,7 +84,7 @@ function Main () {
</Switch> </Switch>
</div> </div>
<footer><small>ASTRON - version 0.4.3 - 17 feb 2020</small></footer> <footer><small>ASTRON - version 0.4.3 - 18 feb 2020</small></footer>
</Router> </Router>
); );
} }
......
...@@ -43,14 +43,20 @@ export default function QueryInputResultsGrid(props) { ...@@ -43,14 +43,20 @@ export default function QueryInputResultsGrid(props) {
width: "10%" width: "10%"
}, },
{ {
name: 'service type', name: 'service',
selector: 'esap_service', selector: 'esap_service',
sortable: true, sortable: true,
width: "10%" width: "5%"
},
{
name: 'connector',
selector: 'service_connector',
sortable: true,
width: "15%"
}, },
{ {
name: 'table_name', name: 'resource',
selector: 'table_name', selector: 'resource_name',
sortable: true, sortable: true,
width: "10%" width: "10%"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment