Implemented multi allocation

This commit is contained in:
Marcel Baumgartner
2023-04-12 17:42:24 +02:00
parent d74a93b0e4
commit cf287173b8
2 changed files with 27 additions and 29 deletions

View File

@@ -209,7 +209,9 @@
disk,
User,
Model.Image,
DeployNode
DeployNode,
null,
Model.Image.Allocations
);
NavigationManager.NavigateTo($"/server/{server.Uuid}");