Upgraded to MoonCoreUI 1.1.5. Added allocations needed field for images
This commit is contained in:
parent
4631e66dca
commit
e25b005643
2 changed files with 7 additions and 2 deletions
|
@ -13,6 +13,11 @@
|
|||
Model="Form"
|
||||
Field="@(x => x.InstallDockerImage)"/>
|
||||
</div>
|
||||
<div class="col-md-6 col-12">
|
||||
<SingleAutoProperty TItem="UpdateImageDetailedForm"
|
||||
Model="Form"
|
||||
Field="@(x => x.AllocationsNeeded)"/>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<Editor InitialContent="@Form.InstallScript"
|
||||
Mode="sh"
|
||||
|
@ -26,7 +31,7 @@
|
|||
@code
|
||||
{
|
||||
[Parameter] public UpdateImageDetailedForm Form { get; set; }
|
||||
|
||||
|
||||
private Task OnEditorValueChanged(string content)
|
||||
{
|
||||
Form.InstallScript = content;
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="MoonCore" Version="1.1.9" />
|
||||
<PackageReference Include="MoonCoreUI" Version="1.1.4" />
|
||||
<PackageReference Include="MoonCoreUI" Version="1.1.5" />
|
||||
<PackageReference Include="Otp.NET" Version="1.3.0" />
|
||||
<PackageReference Include="QRCoder" Version="1.4.3" />
|
||||
<PackageReference Include="XtermBlazor" Version="1.10.2" />
|
||||
|
|
Loading…
Reference in a new issue