fix(striker-ui): auto adjust NIC state table column

main
Tsu-ba-me 2 years ago
parent 276e794905
commit 51a3b1de29
  1. 1
      striker-ui/components/NetworkInitForm.tsx

@ -186,6 +186,7 @@ const createNetworkInterfaceTableColumns = (
},
{
field: 'networkInterfaceState',
flex: 1,
headerName: 'State',
renderCell: ({ value }) => {
const state = String(value);

Loading…
Cancel
Save