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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user