ci preparations
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-03-14 22:46:08 +03:00
parent 789fb6f38d
commit 2df13c117a
3 changed files with 26 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ export default class Table extends Component {
{
field: 'name',
headerName: 'Name',
flex: 1,
flex: 2,
renderCell: (cellValues) => {
return (
<Link
@@ -44,6 +44,12 @@ export default class Table extends Component {
]
}
static getInitialProps () {
return {
props: { scanResults: [] }
}
}
render () {
return (
<div style={{ height: '90vh', width: '100%' }}>