mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
refactor(docker/services): migrate scale form to react [EE-6057] (#10208)
This commit is contained in:
parent
f7366d9788
commit
e82b34b775
19 changed files with 543 additions and 180 deletions
|
@ -35,9 +35,9 @@ export function ProcessesDatatable({
|
|||
headers
|
||||
? headers.map(
|
||||
(header) =>
|
||||
({ header, accessorKey: header } satisfies ColumnDef<{
|
||||
({ header, accessorKey: header }) satisfies ColumnDef<{
|
||||
[k: string]: string;
|
||||
}>)
|
||||
}>
|
||||
)
|
||||
: [],
|
||||
[headers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue