Added vesrion to update instance dialog. Added apply functionality to instance page. Replaced dialog launch in overview to link to instance tab

This commit is contained in:
2026-01-28 16:43:29 +01:00
parent deb69e6014
commit 9b11360a0e
3 changed files with 38 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
<DialogHeader>
<DialogTitle>
Updating instance...
Updating instance to @Version...
</DialogTitle>
</DialogHeader>
@@ -75,6 +75,8 @@ else
@code
{
[Parameter] public string Version { get; set; }
private int Progress;
private int CurrentStep;