Merge pull request #95 from Moonlight-Panel/WebsiteOrderHostDetails

Update Create.razor
This commit is contained in:
Marcel Baumgartner
2023-04-25 17:09:45 +02:00
committed by GitHub

View File

@@ -45,10 +45,16 @@
<div class="d-flex flex-column gap-10">
<div class="fv-row">
<label class="form-label">
<TL>Web host</TL>
<TL>Web system</TL>
</label>
<div class="fw-bold fs-3">@(CloudPanel.Name)</div>
</div>
<div class="fv-row">
<label class="form-label">
<TL>Host</TL>
</label>
<div class="fw-bold fs-3">@(CloudPanel.Host)</div>
</div>
@if (AllowOrder)
{
<div class="fv-row">