define Docker

This commit is contained in:
cracklesparkle
2024-07-18 17:36:52 +09:00
parent cf3fda43e4
commit ca2d97f975
7 changed files with 89 additions and 3 deletions

View File

@ -39,7 +39,9 @@ export default function ServersView() {
const serversColumns: GridColDef[] = [
//{ field: 'id', headerName: 'ID', type: "number" },
{ field: 'name', headerName: 'Название', type: "string", editable: true },
{
field: 'name', headerName: 'Название', type: "string", editable: true,
},
{
field: 'region_id',
editable: true,